test.c/inc/def.h
2019-07-09 14:11:03 +02:00

6 lines
98 B
C

#ifndef __INC_DEF_H__
#define __INC_DEF_H__
#define HELLO "Hello world!"
#endif // __INC_DEF_H__