结构体的成员的地址用法
#include <stdio.h>#define STUB__RESERVED_SIZE &(((response_status_t*)0)->reserved_0)typedef struct __attribute__((packed)){ unsigned char failed; unsigned char error; un...