cyclone/examples/callbacks/sys.h
2020-08-07 19:51:08 -04:00

4 lines
143 B
C

#include "cyclone/types.h"
void start_c_thread(gc_thread_data *thd);
object c_trampoline(gc_thread_data *parent_thd, object fnc, object arg);