cyclone/examples/call-scm-from-c/full.h
2020-08-13 18:46:48 -04:00

4 lines
159 B
C

#include "cyclone/types.h"
void start_c_thread(gc_thread_data *thd);
object scm_call_with_gc(gc_thread_data *parent_thd, object fnc, int argc, object *args);