scores.c | 17 * unction to sort the scoreboard newscore(score, whoo, whyded, winner) 110 static void newscore(long, char *, int, int); 432 * newscore(score, whoo, whyded, winner) Function to add entry to scoreboard 438 * ex. newscore(1000, "player 1", 32, 0); 441 newscore(long score, char *whoo, int whyded, int winner) function in typeref:typename:void 646 newscore(c[GOLD], logname, x, win);
|