clean_up
clean_up();
clean_up(byebye_string);
clean_up("");
clean_up("out of memory");
clean_up("out of memory");
clean_up("Hey! Who are you?");
clean_up("must be played on 24 x 80 screen");
clean_up("aim_monster: monster not in room");
clean_up("one_move_rogue: door to nowhere");
clean_up("alloc_object: save failed");
void clean_up(const char *) __dead2;
clean_up("dr_course: monster not in room");
clean_up("");
clean_up("cannot open file");
clean_up("file has link");
clean_up("you're not the original player");
clean_up("sorry, saved game is not in the same file");
clean_up("extra characters in file");
clean_up("sorry, file has been touched");
clean_up("read_string: corrupt game file");
clean_up("read() failed, don't know why");
clean_up(byebye_string);
clean_up("");
clean_up("sorry, score file is out of order");