goodmove
goodmove(USER, move, userhand, comphand);
goodmove(COMPUTER, move, comphand, userhand);
static void goodmove(int, int, int *, int *);