cyclone/examples/callbacks/sys.h
Justin Ethier 4560e115bd Cleanup
2020-08-09 17:32:40 -04:00

4 lines
145 B
C

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