Single bit flags:union FLAGSTR8 { byte B; struct { unsigned flag0 :1; ... The size of an enum is indeed implementation-defined by the C standard, ...
確定! 回上一頁