view src/parallel_execution/origin_cs.h @ 246:421ea91dd76c

Change initContext type from __code to void
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Wed, 25 Jan 2017 03:07:59 +0900
parents 865179a0a56d
children
line wrap: on
line source

extern __code start_code(struct Context* context);
extern __code exit_code(struct Context* context);
extern __code meta(struct Context* context, enum Code next);
extern void initContext(struct Context* context);