highscore
struct highscore *sp;
const struct highscore *a, *b;
checkscores(struct highscore *hs, int num)
struct highscore *sp;
static struct highscore scores[NUMSPOTS];
static int checkscores(struct highscore *, int);
struct highscore *sp;
static void printem(int, int, struct highscore *, int, const char *);
printem(int level, int offset, struct highscore *hs, int n, const char *me)
struct highscore *sp;