20260829 Redesign

This commit is contained in:
2026-08-29 00:53:40 +08:00
parent f9345bdc0a
commit bf5fc3bda6
44 changed files with 2941 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
#include <c_Compiler.h>
#if (C_IS_COMPILER_GCC)
#include "c_Compiler_GCC.cx"
#elif (C_IS_COMPILER_CLANG)
#include "c_Compiler_CLANG.cx"
#elif (C_IS_COMPILER_MSVC)
#include "c_Compiler_MSVC.cx"
#endif