Files
base/app/app_test.h
2025-08-26 10:53:01 +08:00

19 lines
171 B
C

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