Files
E3/app/app_test.h
2025-10-04 16:06:55 +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