6 lines
71 B
C
6 lines
71 B
C
#ifndef TEST_LIB
|
|
#define TEST_LIB
|
|
|
|
void hello();
|
|
|
|
#endif /* TEST_LIB */ |