00001 #ifndef __LIB_KERNEL_STDIO_H 00002 #define __LIB_KERNEL_STDIO_H 00003 00004 void putbuf (const char *, size_t); 00005 00006 #endif /* lib/kernel/stdio.h */