Mercurial > hg > Members > menikon > CbC_xv6
view src/interface/SysRead.h @ 122:f6558602f31e
tweak
author | anatofuz |
---|---|
date | Mon, 02 Dec 2019 19:21:20 +0900 |
parents | ed85941a7514 |
children | 7ce72e373d9b |
line wrap: on
line source
typedef struct SysRead<Type, Impl>{ union Data* sys_read; struct Integer* num; struct String *str; __code read(Impl* sys_read, __code next(...)); //__code ret(Impl* cbc_sys_file, UInteger* num); __code next(...); } SysRead;