Files
cAI/cKit/Base/c_Compiler_GNUC.h
T

9 lines
246 B
C
Raw Normal View History

2026-08-10 01:21:15 +08:00
#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*/