view src/parallel_execution/examples/wc/WcImpl.h @ 960:fe4e0a562aa3

remove WcImpl.c
author ichikitakahiro <e165713@ie.u-ryukyu.ac.jp>
date Wed, 17 Mar 2021 18:06:57 +0900
parents 006e3b7472a9
children 76a86972c2eb
line wrap: on
line source

typedef struct WcImpl <> impl Wc {
  char* Keyword; 
  int wordNum;
  char* filename;
  union Data* file;
} WcImpl;