#define INTSET_ENC_INT16 (sizeof(int16_t))
#define INTSET_ENC_INT32 (sizeof(int32_t))
#define INTSET_ENC_INT64 (sizeof(int64_t))
typedef struct intset {
uint32_t encoding; /* a */
uint32_t length; /* b */
int8_t contents[]; /* c */
注释对齐测试
最新推荐文章于 2026-08-09 11:41:20 发布
2590

被折叠的 条评论
为什么被折叠?



