index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
kstdio.h
blob: b69a2746d99b01df8124adc5cc8b5ebec6299a31 (
plain
)
1
2
3
4
5
6
7
#pragma once #include "kprintf.h" #ifndef USERLAND #define printf dbgprintf #endif