projects
/
pintos-anon
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
random: Fix behavior of kernel option "-rs".
[pintos-anon]
/
src
/
lib
/
kernel
/
stdio.h
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 */