Mercurial > hg > Members > ikki > CbC_log
diff wc_sigos/FileChrs.h @ 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wc_sigos/FileChrs.h Sat Jun 19 07:24:43 2021 +0900 @@ -0,0 +1,11 @@ +typedef struct FileChrs <Record> { + int mode; /* rw .. */ + Key *key; + Ack *ack; + Record *record; + Output *reader; + Data *fileImpl ; + __code setOutput(Output *output,__code next(...)) ; + __code Open(Key *key, Output reader, __code next(...)) ; + __code Ack(Ack *ack, Output reader, __code next(...)) ; +} FileChrs;