8 lines
78 B
C
8 lines
78 B
C
#ifndef __HELLO_C__
|
|
#define __HELLO_C__
|
|
|
|
|
|
#define HELLO (11u) // 123
|
|
|
|
|
|
#endif |