view src/parallel_execution/examples/helloWorld/HelloImpl.h @ 971:edbd4495f08f

add helloWorld
author matac42 <matac@cr.ie.u-ryukyu.ac.jp>
date Thu, 17 Jun 2021 21:01:20 +0900
parents
children
line wrap: on
line source

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