8 lines
71 B
C
8 lines
71 B
C
#ifndef __HELLO_C__
|
|
#define __HELLO_C__
|
|
|
|
|
|
#define HELLO (11u)
|
|
|
|
|
|
#endif |