第一次提交

This commit is contained in:
2025-10-04 16:06:55 +08:00
commit 2acba0caf0
58 changed files with 11679 additions and 0 deletions

18
app/app_test.h Normal file
View File

@@ -0,0 +1,18 @@
#ifndef TEST_H
#define TEST_H
#ifdef __cplusplus
extern "C" {
#endif
extern void testAppInit(void);
#ifdef __cplusplus
}
#endif
#endif // TEST_H