PLAY
onecard(const PLAY *pp)
canplay(const PLAY *pp, const PLAY *op, CARD card)
PLAY *pp, *op;
PLAY *pp;
finalscore(PLAY *pp)
extrapolate(PLAY *pp)
PLAY Player[2]; /* Player descriptions */
PLAY *pp;
PLAY *pp;
PLAY *pp;
extern PLAY Player[2];
int canplay(const PLAY *, const PLAY *, CARD);
void finalscore(PLAY *);
int haspicked(const PLAY *);
int onecard(const PLAY *);
int playcard(PLAY *);
void extrapolate(PLAY *);
PLAY *pp, *op;
PLAY *pp, *op;
playcard(PLAY *pp)
haspicked(const PLAY *pp)
PLAY *pp;
PLAY *pp;
PLAY *pp;
ret_card(PLAY *plr)
if ((play = calloc(num_play, sizeof(PLAY))) == NULL)
if ((cur_p = play = calloc(num_play, sizeof (PLAY))) == NULL)
void ret_card(PLAY *);
int prop_worth(PLAY *);
PLAY *pp;
prop_worth(PLAY *plp)
PLAY *plp;
PLAY *pp;
PLAY *pl_fr, *pl_to;
cmd->opcode = PLAY;
case PLAY: return "PLAY";