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

  /src/games/monop/
monop.h 68 #define lucky(str) printf("%s%s\n",str,lucky_mes[roll(1,num_luck)-1])
136 extern int num_play, player, num_doub, num_luck;
monop.c 100 num_luck = sizeof lucky_mes / sizeof (char *); variable in typeref:typename:int
232 num_luck = sizeof lucky_mes / sizeof (char *);

Completed in 37 milliseconds