]> pd.if.org Git - zos/blob - include/stdlib.h
add a readme with a public domain note
[zos] / include / stdlib.h
1 #ifndef STDLIB_H_
2 #define STDLIB_H_ 1
3
4 #include "mem.h"
5
6 #define malloc(s) koalloc(s)
7
8 #endif