Mercurial > hg > Papers > 2021 > ikki-sigos
view Paper/codes/wc/File.cbc @ 19:2d91b4d2569c
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 05 May 2021 18:43:47 +0900 |
parents | 0d703e0d9781 |
children |
line wrap: on
line source
typedef struct File <> { Path *path; int mode; /* rw .. */ Data *fileImpl ; __code open(FileImpl* file,Key *key, __code next(Block *block,...)); __code ack(FileImpl* file,Ack *ack, __code next(Block *block,...)); } File;