0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-21 09:51:41 +00:00
quakeforge/tools/qfcc/test/test-harness.h
2019-06-17 22:47:44 +09:00

7 lines
207 B
C

void *obj_malloc (int size) = #0;
void printf (string fmt, ...) = #0;
int errno (void) = #0;
string strerror (int err) = #0;
void exit (int code) = #0;
entity spawn (void) = #0;
void remove (entity e) = #0;