fish.c | 77 static int userasked[RANKS], userhand[RANKS]; variable in typeref:typename:int[][] 127 if (gofish(move, USER, userhand)) 130 goodmove(USER, move, userhand, comphand); 136 if (!userhand[move]) { 140 goodmove(COMPUTER, move, comphand, userhand); 154 printhand(userhand); 191 if (1 <= userhand[n] && userhand[n] <= 3) { 195 if (userhand[n] == 4) { 254 if (userhand[i] && comphand[i] [all...] |