1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-05-01 22:07:31 +00:00

SCP: Updated to current.

This commit is contained in:
Richard Cornwell
2020-12-22 20:38:45 -05:00
parent 7abc0c57f0
commit d132e80982
9 changed files with 412 additions and 342 deletions

View File

@@ -60,6 +60,7 @@ typedef int32 t_offset;
FILE *sim_fopen (const char *file, const char *mode);
int sim_fseek (FILE *st, t_addr offset, int whence);
int sim_fseeko (FILE *st, t_offset offset, int whence);
t_bool sim_can_seek (FILE *st);
int sim_set_fsize (FILE *fptr, t_addr size);
int sim_set_fifo_nonblock (FILE *fptr);
size_t sim_fread (void *bptr, size_t size, size_t count, FILE *fptr);