Files
test/app/app_test.h
2025-07-05 20:11:15 +08:00

19 lines
153 B
C

#ifndef TEST_H
#define TEST_H
#ifdef __cplusplus
extern "C" {
#endif
extern void testAppInit(void);
#ifdef __cplusplus
}
#endif
#endif // TEST_H