[Krafton Jungle] PintOS 2.0.0
크래프톤 정글 PintOS
 
Loading...
Searching...
No Matches
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)
Definition: console.c:143