comparison 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
comparison
equal deleted inserted replaced
970:89ea952f0f2b 971:edbd4495f08f
1 typedef struct HelloImpl <> impl Hello {
2 char* hString;
3 char* wString;
4 } HelloImpl;