show_score
void show_score(int, int, int, int *);
show_score(1, x, pp->mileage, &pp->sh_mileage);
show_score(11, x, pp->hand_tot, &pp->sh_hand_tot);
show_score(13, x, pp->total, &pp->sh_total);
show_score(14, x, pp->games, &pp->sh_games);
show_score(6, x, pp->hand_tot, &pp->sh_hand_tot);
show_score(8, x, pp->total, &pp->sh_total);
show_score(9, x, pp->games, &pp->sh_games);
show_score();
void show_score(void);