Add: libc

This commit is contained in:
brice.boisson
2023-09-27 10:35:00 +09:00
parent 62837e9c44
commit 633decc0af
12 changed files with 85 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#ifndef SYSCALL_H
#define SYSCALL_H
int write(int fd, void *buf);
int write(int fd, void *buf, int size);
int keyboard(void);
#endif /* !SYSCALL_H */