index
:
bringelle.git
master
x86_32 Kernel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
/
print.h
blob: 51ed076fdfb1337395070ca45fbe6e8a5d77c3d9 (
plain
)
1
2
3
4
5
6
7
#ifndef PRINT_H #define PRINT_H void putchar(char); #endif