7 lines
64 B
C
7 lines
64 B
C
#ifndef TEST_LOG_H
|
|
#define TEST_LOG_H
|
|
|
|
void test_log();
|
|
|
|
#endif
|