view Paper/codes/wc/WcImpl.h @ 17:0d703e0d9781

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 05 May 2021 15:31:39 +0900
parents 92975c2d26b3
children
line wrap: on
line source

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