1 2 3 4 5 6 7
// #include <syscall.h> char getch() { // return ((char *) syscall_read())[0]; return 0; }