repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mkfs, mkproto: minor improvements
[minix.git]
/
drivers
/
hello
/
hello.h
blob
5725b3d0cfc69b1ccec072a736dbf3a6d1403e6e
1
#ifndef __HELLO_H
2
#define __HELLO_H
3
4
/** The Hello, World! message. */
5
#define HELLO_MESSAGE
"Hello, World!
\n
"
6
7
#endif
/* __HELLO_H */