5 lines
97 B
C
5 lines
97 B
C
|
void loadstate(int fd);
|
||
|
void savestate(int fd);
|
||
|
void state_save(int n);
|
||
|
void state_load(int n);
|