repo.or.cz
/
incOS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
First try in keyboard driver
[incOS.git]
/
programs
/
tests
/
output.incos.c
blob
77abb209cf261d13a2ee8adbe0482be5a17075c0
1
2
#include <kernel.h>
3
4
void
print_message
(
char
*
msg
)
5
{
6
keDebug
(
msg
);
7
}
8