开始设计

This commit is contained in:
2026-08-10 01:21:15 +08:00
commit e45398991f
228 changed files with 20827 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#ifndef INCLUDED_C_BASE_H
#define INCLUDED_C_BASE_H
#ifndef INCLUDED_C_CONFIG_H
#include <c_Config.h>
#endif /*INCLUDED_C_CONFIG_H*/
#ifndef INCLUDED_C_TYPES_H
#include <c_Types.h>
#endif /*INCLUDED_C_TYPES_H*/
#ifndef INCLUDED_C_COMPILER_H
#include <c_Compiler.h>
#endif /*INCLUDED_C_COMPILER_H*/
#ifndef INCLUDED_C_MACROS_H
#include <c_Macros.h>
#endif /*INCLUDED_C_MACROS_H*/
#endif /*INCLUDED_C_BASE_H*/