mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
4 lines
143 B
C
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);
|