diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-11-03 14:48:49 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-11-03 14:48:49 +0000 |
| commit | a8145a8c8a2fa611bd6b500341e379b22deb7c6d (patch) | |
| tree | 8ce4214dd664e22acc02ae5e6d324e73dfe14d23 | |
| parent | c42b3783383b27c7f4f9ab4a8fefd51b2a67da07 (diff) | |
20071103-1448
| -rw-r--r-- | libinterp/runt.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libinterp/runt.h b/libinterp/runt.h index e6e30924..e9342d08 100644 --- a/libinterp/runt.h +++ b/libinterp/runt.h @@ -727,6 +727,17 @@ struct F_Sys_read Array* buf; WORD n; }; +void Sys_readn(void*); +typedef struct F_Sys_readn F_Sys_readn; +struct F_Sys_readn +{ + WORD regs[NREG-1]; + WORD* ret; + uchar temps[12]; + Sys_FD* fd; + Array* buf; + WORD n; +}; void Sys_remove(void*); typedef struct F_Sys_remove F_Sys_remove; struct F_Sys_remove |
