摘要: 活用数组定义 // build util #define BUILD_ASSERT(condition) ((void)sizeof(char[1 - 2*!(condition)])) struct some_type { uint32_t buffer[2]; }; #define PROTOC 阅读全文
posted @ 2022-11-14 16:01 -ssdq- 阅读(38) 评论(0) 推荐(0) 编辑