CS318 - Pintos
Pintos source browser for JHU CS318 course
src
lib
kernel
stdio.h
Go to the documentation of this file.
1
#ifndef __LIB_KERNEL_STDIO_H
2
#define __LIB_KERNEL_STDIO_H
3
4
void
putbuf
(
const
char
*,
size_t
);
5
6
#endif
/**< lib/kernel/stdio.h */
putbuf
void putbuf(const char *, size_t)
lib/kernel/stdio.h
Definition:
console.c:153
Generated on Thu Aug 22 2019 10:19:15 for CS318 - Pintos by
1.8.16