annotate Paper/codes/wc/Block.h @ 17:0d703e0d9781

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 05 May 2021 15:31:39 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 typedef struct Block <> {
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 int eof; /* EOF etc */
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 size_t size;
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 unsigned char *buf;
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 } Block;