Due to the nuances of enums in C, never use enums directly in packed structures. Instead use a type with a constant size and assert if the ...
確定! 回上一頁