Resume from file on startup

This commit is contained in:
NHOrus 2017-06-16 19:44:23 +03:00
parent 51a88bec4d
commit 300d246179
4 changed files with 27 additions and 6 deletions

View file

@ -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