mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
4 lines
145 B
C
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);
|