6 lines
98 B
C
6 lines
98 B
C
#ifndef __INC_DEF_H__
|
|
#define __INC_DEF_H__
|
|
|
|
#define HELLO "Hello world!"
|
|
|
|
#endif // __INC_DEF_H__
|