print.c | 51 static void show_score(int, int, int, int *); 129 show_score(1, x, pp->mileage, &pp->sh_mileage); 148 show_score(11, x, pp->hand_tot, &pp->sh_hand_tot); 149 show_score(13, x, pp->total, &pp->sh_total); 150 show_score(14, x, pp->games, &pp->sh_games); 153 show_score(6, x, pp->hand_tot, &pp->sh_hand_tot); 154 show_score(8, x, pp->total, &pp->sh_total); 155 show_score(9, x, pp->games, &pp->sh_games); 162 * show_score: 167 show_score(int y, int x, int s, int *ls function in typeref:typename:void [all...] |