summaryrefslogtreecommitdiffstats
path: root/src/lib/kernel/stdio.h
blob: 3e5bae9b65b27d6008ee758df692da91e2b00b58 (plain) (blame)
1
2
3
4
5
6
#ifndef __LIB_KERNEL_STDIO_H
#define __LIB_KERNEL_STDIO_H

void putbuf (const char *, size_t);

#endif /* lib/kernel/stdio.h */