view src/parallel_execution/examples/socketQueue/FileString.h @ 1000:d8142d91bc71

tweak
author ichikitakahiro <e165713@ie.u-ryukyu.ac.jp>
date Thu, 23 Dec 2021 16:59:01 +0900
parents
children 9ca9c36a4633
line wrap: on
line source

typedef struct FileString <> {
  char str[1024];
  int size;
} FileString;