Files
30dayMakeOS/30_day/stdlib.h
2016-05-20 10:44:09 +08:00

4 lines
97 B
C

int putchar(int c);
void exit(int status);
int printf(char *format, ...);
void *malloc(int size);