Searched refs:maxfrom (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/games/tetris/
H A Dscores.c254 readname(char *to, size_t maxto, const char *from, size_t maxfrom) argument
258 amt = maxto < maxfrom ? maxto : maxfrom;

Completed in 83 milliseconds