开始设计

This commit is contained in:
2026-08-10 01:21:15 +08:00
commit e45398991f
228 changed files with 20827 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef INCLUDED_C_COMPILER_GNUC_H
#define INCLUDED_C_COMPILER_GNUC_H
#define C_STATIC_FORCE_INLINE static inline __attribute__((always_inline))
#define C_PACKED_STRUCT(X) struct X __attribute__((packed))
#endif /*INCLUDED_C_COMPILER_GNUC_H*/