Mercurial > hg > Members > ikki > CbC_log
comparison wc_sigos/File.cbc @ 5:7599728af8ba default tip
add wc
author | ichikitakahiro <e165713@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 19 Jun 2021 07:24:43 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
4:d6911fe00127 | 5:7599728af8ba |
---|---|
1 typedef struct File <> { | |
2 Path *path; | |
3 int mode; /* rw .. */ | |
4 Data *fileImpl ; | |
5 __code open(FileImpl* file,Key *key, __code next(Block *block,...)); | |
6 __code ack(FileImpl* file,Ack *ack, __code next(Block *block,...)); | |
7 } File; |