index
:
potetmos
master
Small operating system.
Vegard Storheil Eriksen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
printf.h
blob: 16d612c5456d480ae6b1e00c41914c0d8c924fd6 (
plain
)
1
2
3
4
5
6
#ifndef PRINTF_H #define PRINTF_H int printf(const char* format, ...); #endif