Rename printk() to printf().
[pintos-anon] / src / lib / user / syscall-stub.h
1 #ifndef LIB_USER_SYSCALL_STUB_H
2 #define LIB_USER_SYSCALL_STUB_H 1
3
4 int syscall (int nr, ...);
5
6 #endif /* lib/user/syscall-stub.h */