forked from backup/30dayMakeOS
4 lines
97 B
C
4 lines
97 B
C
int putchar(int c);
|
|
void exit(int status);
|
|
int printf(char *format, ...);
|
|
void *malloc(int size); |