PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
Go to the source code of this file.
Functions | |
void | putbuf (const char *, size_t) |
lib/kernel/stdio.h More... | |
void putbuf | ( | const char * | buffer, |
size_t | n | ||
) |
Definition at line 153 of file console.c.
References acquire_console(), buffer, putchar_have_lock(), and release_console().