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