]> pd.if.org Git - zos/blobdiff - include/stdlib.h
system include headers
[zos] / include / stdlib.h
diff --git a/include/stdlib.h b/include/stdlib.h
new file mode 100644 (file)
index 0000000..46fb129
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef STDLIB_H_
+#define STDLIB_H_ 1
+
+#include "mem.h"
+
+#define malloc(s) koalloc(s)
+
+#endif