HomeSort by: relevance | last modified time | path
    Searched defs:find_moves (Results 1 - 1 of 1) sorted by relevancy

  /src/games/robots/
auto.c 66 static const char *find_moves(void);
127 /* find_moves():
131 find_moves(void) function in typeref:typename:const char *
224 (void)strcpy(ok_moves, find_moves());
345 return find_moves()[0];

Completed in 12 milliseconds