view src/parallel_execution/examples/DebughelloWorld/HelloImpl.h @ 1024:d7d76f4a06c7

merge
author ichikitakahiro <e165713@ie.u-ryukyu.ac.jp>
date Thu, 31 Mar 2022 13:46:40 +0900
parents
children
line wrap: on
line source

typedef struct HelloImpl <> impl Hello {
  char* hString;
  char* wString;
} HelloImpl;