7 lines
73 B
C
7 lines
73 B
C
#ifndef TEST_CONFIG_H
|
|
#define TEST_CONFIG_H
|
|
|
|
void test_config();
|
|
|
|
#endif
|