3e5bae9b65b27d6008ee758df692da91e2b00b58
[pintos-anon] / stdio.h
1 #ifndef __LIB_KERNEL_STDIO_H
2 #define __LIB_KERNEL_STDIO_H
3
4 void putbuf (const char *, size_t);
5
6 #endif /* lib/kernel/stdio.h */