cyclone/examples/call-scm-from-c/basic.h
Justin Ethier 67b5e4ee8e Clean up examples
Use code from runtime instead of inline here
Added comments as needed, etc
2020-08-14 16:48:59 -04:00

3 lines
70 B
C

#include "cyclone/types.h"
void start_c_thread(gc_thread_data *thd);