Allow cheat to generate save files with bogus numbers.

Also remove pre-built save file for resumefail.log
This commit is contained in:
Aaron Traas 2017-06-27 10:46:26 -04:00 committed by Eric S. Raymond
parent 7392603b7d
commit 0a30176a8c
6 changed files with 22 additions and 11 deletions

View file

@ -127,7 +127,7 @@ extern unsigned long get_next_lcg_value(void);
extern long randrange(long);
extern long score(enum termination);
extern void terminate(enum termination) __attribute__((noreturn));
extern int savefile(FILE *);
extern int savefile(FILE *, long);
extern int suspend(void);
extern int resume(void);
extern int restore(FILE *);