Mercurial > hg > CbC > CbC_xv6
view src/impl/FileRead.h @ 109:4f9d95dc4efd
fix createInstance
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 21 Nov 2019 21:10:25 +0900 |
parents | |
children | e3dd8f96c2fb |
line wrap: on
line source
typedef struct FileRead<Type, Isa> impl SysRead { struct file* f; } FileRead;