第一次提交

This commit is contained in:
2025-07-05 20:11:15 +08:00
commit 89b0708dfb
56 changed files with 10876 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