NUM_CARDS
int valbuf[HAND_SZ], count[NUM_CARDS];
for (i = 0; i < NUM_CARDS; i++)
int Numneed[NUM_CARDS] = { /* number of cards needed per hand */
const CARD Opposite[NUM_CARDS] = { /* Opposites of each card */
static const char *const _cn[NUM_CARDS] = { /* Card name buffer */
Numseen[NUM_CARDS]; /* Number of cards seen in current hand */
Numcards[NUM_CARDS] = { /* Number of cards in deck */
Numneed[], Numseen[NUM_CARDS], Play, Window;
extern const CARD Opposite[NUM_CARDS];