Mercurial > hg > Members > anatofuz > CbC_xv6
view src/interface/CbCSysFile.h @ 94:d876c9a65239 default tip
impl mac os target
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 23 Oct 2019 14:31:38 +0900 |
parents | bc5bcfd2f6d6 |
children |
line wrap: on
line source
typedef struct CbCSysFile<Type, Impl>{ struct CbCSysFile* cbc_file; struct UInteger* num; int n; char *p; struct file *f; __code file_read(__code next(...)); __code cbc_ret(Impl* cbc_sys_file, UInteger* num); __code next(...); } CbCSysFile;