first round of patches
[drnoksnes] / platform / statef.c
1 int  (*statef_open)(const char *fname, const char *mode);
2 int  (*statef_read)(void *p, int l);
3 int  (*statef_write)(void *p, int l);
4 void (*statef_close)();
5
6