comphand
if (comphand(chand, "hand"))
if (comphand(crib, "crib"))
if (comphand(chand, "hand"))
bool comphand(CARD [], const char *);
if (!comphand[move]) {
goodmove(USER, move, userhand, comphand);
if (!gofish(move, COMPUTER, comphand))
goodmove(COMPUTER, move, comphand, userhand);
countcards(comphand), countcards(deck));
countbooks(comphand);
} while (!comphand[lmove] || comphand[lmove] == CARDS);
if (userasked[i] && comphand[i] > 0 && comphand[i] < CARDS) {
if (comphand[i] && comphand[i] != CARDS) {
if (comphand[i] != CARDS && comphand[i] > comphand[max])
if (userhand[i] && comphand[i])
if (comphand[i] && comphand[i] != CARDS && !asked[i])
cb = countbooks(comphand);
++comphand[rank];
static int asked[RANKS], comphand[RANKS], deck[RANKS];