Add: libc
This commit is contained in:
@@ -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 */
|
Reference in New Issue
Block a user