7 lines
91 B
C
7 lines
91 B
C
#ifndef TEST_SHARED_UTILS_H
|
|
#define TEST_SHARED_UTILS_H
|
|
|
|
void test_shared_utils();
|
|
|
|
#endif
|