[mw_shl_code=c,true]PACK_STRUCT_BEGIN struct ip_reass_helper { PACK_STRUCT_FIELD(struct pbuf *next_pbuf);/*不知道这里的PACK_STRUCT_FIELD()是什么意思???*/ PACK_STRUCT_FIELD(u16_t start); PACK_STRUCT_FIELD(u16_t end); }
#define PACK_STRUCT_FIELD(x) x __attribute__((packed)) #define PACK_STRUCT_FIELD(x) x __attribute__((packed)) 无意中看到的,这个宏怎么解释阿?望大侠指教。