view src/include/origin_cs.h @ 118:32773f506410

remove code stack, add continuation of rotateL/totateR
author ikkun
date Mon, 26 Sep 2016 19:54:24 +0900
parents 368306e1bfed
children
line wrap: on
line source

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