Mercurial > hg > Members > menikon > CbC_xv6
annotate src/interface/SysRead.h @ 106:547c20b052dc
tweak
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 21 Nov 2019 14:49:52 +0900 |
parents | d5c4016c65b8 |
children | ef44d384ad9d |
rev | line source |
---|---|
96 | 1 typedef struct SysRead<Type, Impl>{ |
2 union Data* sys_read; | |
92
bc5bcfd2f6d6
rename CbCFile to CbCSysFile
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
91
diff
changeset
|
3 struct UInteger* num; |
bc5bcfd2f6d6
rename CbCFile to CbCSysFile
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
91
diff
changeset
|
4 int n; |
106 | 5 struct String *p; |
96 | 6 __code read(__code next(...)); |
106 | 7 //__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
|
8 __code next(...); |
96 | 9 } SysRead; |