Searched defs:sizeof_field (Results 1 – 3 of 3) sorted by relevance
49 #define sizeof_field(type, field) sizeof(((type *)0)->field) macro