index
:
OS
master
Unnamed repository; edit this file 'description' to name the repository.
nginx
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
kprintf.h
blob: f646e6010383e6327573aef0bced5dc1b0341c23 (
plain
) (
blame
)
1
2
3
#include
<stdarg.h>
void
kprintf
(
const
char
*
str
,
...);