Files
30dayMakeOS/29_day/stdlib.h
2016-05-19 14:05:01 +08:00

4 lines
97 B
C

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