Mercurial > hg > Members > ikki > CbC_log
view wc_sigos/Block.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 source
typedef struct Block <> { int eof; /* EOF etc */ size_t size; unsigned char *buf; } Block;