index
:
kappa
master
An x86 operating system from scratch
Franklin Wei
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
include
/
stdio.h
blob: 32391b8ef54864cfbb7c16b1e43468632e968b3b (
plain
)
1
2
3
int
printf
(
const char
*
fmt
, ...);
int
puts
(
const char
*);
int
putchar
(
int
);