mirror of
https://github.com/yourtion/30dayMakeOS.git
synced 2026-02-03 01:53:24 +08:00
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); |