Mercurial > hg > Papers > 2021 > ikki-sigos
view Paper/codes/wc/Block.h @ 29:11aa33c0b2e9 default tip
merge
author | ichikitakahiro <e165713@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 21 May 2021 15:21:37 +0900 |
parents | 0d703e0d9781 |
children |
line wrap: on
line source
typedef struct Block <> { int eof; /* EOF etc */ size_t size; unsigned char *buf; } Block;