7 lines
65 B
C
7 lines
65 B
C
#ifndef TEST1_HEADER
|
|
#define TEST1_HEADER
|
|
|
|
void test1();
|
|
|
|
#endif
|