mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
7 lines
134 B
C
7 lines
134 B
C
|
#include "threads.h"
|
||
|
|
||
|
Value *refc_fork(Value_Closure *fct) {
|
||
|
printf("Threads not implemented in the RefC backend!\n");
|
||
|
exit(0);
|
||
|
}
|