摘要: 1. offsetof #include <stddef.h> size_t offsetof(type, member); The macro offsetof() returns the offset of the field member from the start of the struc 阅读全文
posted @ 2016-11-07 22:22 yuxi_o 阅读(208) 评论(0) 推荐(0)