view Paper/codes/wc/WcImpl.h @ 19:2d91b4d2569c

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 05 May 2021 18:43:47 +0900
parents 0d703e0d9781
children
line wrap: on
line source

typedef struct WcImpl <> impl Wc {
  size_t bytes
  size_t words
  size_t lines
} WcImpl;