highscore
struct highscore tmp;
memcpy(&tmp, &scores[rank], sizeof(struct highscore));
sizeof(struct highscore));
memcpy(&scores[rank + 1], &tmp, sizeof(struct highscore));
struct highscore *sp;
const struct highscore *a, *b;
checkscores(struct highscore *hs, int num)
struct highscore *sp;
struct highscore *sp;
printem(int level, int offset, struct highscore *hs, int n, const char *me)
struct highscore *sp;
static struct highscore scores[NUMSPOTS];
static int checkscores(struct highscore *, int);
static void printem(int, int, struct highscore *, int, const char *);