view src/parallel_execution/examples/wc/WcResult.h @ 966:9efaa40e56fa

add fgets
author ichikitakahiro <e165713@ie.u-ryukyu.ac.jp>
date Tue, 06 Apr 2021 19:47:33 +0900
parents faa9afc7dd07
children 86e66f985a34
line wrap: on
line source

typedef struct WcResult <> {
  int wordNum;
  char* str;
} WcResult;