minix3/drivers/examples/hello/hello.h

8 lines
135 B
C
Raw Normal View History

2020-02-21 00:59:27 +05:30
#ifndef __HELLO_H
#define __HELLO_H
/** The Hello, World! message. */
#define HELLO_MESSAGE "Hello, World!\n"
#endif /* __HELLO_H */