6 lines
128 B
C
Executable file
6 lines
128 B
C
Executable file
#ifndef __LIB_KERNEL_STDIO_H
|
|
#define __LIB_KERNEL_STDIO_H
|
|
|
|
void putbuf (const char *, size_t);
|
|
|
|
#endif /* lib/kernel/stdio.h */
|