HomeSort by: relevance | last modified time | path
    Searched refs:ctos (Results 1 - 3 of 3) sorted by relevancy

  /src/games/gomoku/
stoc.c 68 ctos(const char *mp) function in typeref:typename:spot_index
gomoku.h 290 spot_index ctos(const char *);
main.c 247 return ctos(buf);
411 return c == EOF ? END_OF_INPUT : ctos(buf);
560 sp = &board[s = ctos(input + 1)];
579 sp = &board[ctos(str)];

Completed in 14 milliseconds