Searched refs:maxto (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;
260 to[maxto-1] = '\0';

Completed in 103 milliseconds