Resume from file on startup
This commit is contained in:
parent
51a88bec4d
commit
300d246179
4 changed files with 27 additions and 6 deletions
1
advent.h
1
advent.h
|
@ -116,6 +116,7 @@ extern long randrange(long);
|
|||
extern void score(enum termination);
|
||||
extern int suspend(FILE *);
|
||||
extern int resume(FILE *);
|
||||
extern int restore(FILE *);
|
||||
|
||||
/*
|
||||
* MOD(N,M) = Arithmetic modulus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue