CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
stdio.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void putbuf (const char *, size_t)
 lib/kernel/stdio.h More...
 

Function Documentation

◆ putbuf()

void putbuf ( const char *  buffer,
size_t  n 
)

lib/kernel/stdio.h

lib/kernel/stdio.h

Definition at line 153 of file console.c.

References acquire_console(), buffer, putchar_have_lock(), and release_console().

Here is the call graph for this function: