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

  /src/games/fish/
fish.c 86 static void goodmove(int, int, int *, int *);
130 goodmove(USER, move, userhand, comphand);
140 goodmove(COMPUTER, move, comphand, userhand);
303 goodmove(int player, int move, int *hand, int *opphand) function in typeref:typename:void

Completed in 11 milliseconds