2019-06-17 13:47:44 +00:00
|
|
|
void *obj_malloc (int size) = #0;
|
2013-06-24 02:36:52 +00:00
|
|
|
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;
|