mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 16:37:30 +00:00
7 lines
173 B
C
7 lines
173 B
C
|
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;
|