Mercurial > hg > Members > menikon > CbC_xv6
annotate src/interface/SysRead.h @ 120:ed85941a7514
mv old-makefiel
author | anatofuz |
---|---|
date | Mon, 02 Dec 2019 19:12:01 +0900 |
parents | ef44d384ad9d |
children | 7ce72e373d9b |
rev | line source |
---|---|
96 | 1 typedef struct SysRead<Type, Impl>{ |
2 union Data* sys_read; | |
120 | 3 struct Integer* num; |
4 struct String *str; | |
5 __code read(Impl* sys_read, __code next(...)); | |
106 | 6 //__code ret(Impl* cbc_sys_file, UInteger* num); |
92
bc5bcfd2f6d6
rename CbCFile to CbCSysFile
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
91
diff
changeset
|
7 __code next(...); |
96 | 8 } SysRead; |