7 lines
123 B
C
7 lines
123 B
C
#ifndef SYSCALL_H
|
|
#define SYSCALL_H
|
|
|
|
int write(int fd, void *buf, int size);
|
|
int keyboard(void);
|
|
|
|
#endif /* !SYSCALL_H */ |