PKUOS - Pintos
Pintos source browser for PKU Operating System course
stdio.h
Go to the documentation of this file.
1#ifndef __LIB_KERNEL_STDIO_H
2#define __LIB_KERNEL_STDIO_H
3
4void putbuf (const char *, size_t);
5
6#endif /**< lib/kernel/stdio.h */
void putbuf(const char *, size_t)
lib/kernel/stdio.h
Definition: console.c:153