view src/parallel_execution/examples/helloWorld/Hello.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 Hello <> {
  union Data* hello;
  char* string;
  __code h(Impl* hello, __code next(...));
  __code w(Impl* hello, __code next(...));
  __code next(...);
} Hello;