Mercurial > hg > Members > menikon > CbC_xv6
annotate src/interface/SysRead.h @ 123:004e825f37c7
tweak trans_impl.pl
author | anatofuz |
---|---|
date | Mon, 02 Dec 2019 19:57:06 +0900 |
parents | ed85941a7514 |
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; |