This is called a flexible array member: struct ex1 { size_t foo; int flex[]; }; struct ex2_header { int foo; char bar; }; struct ex2 { struct ex2_header hdr ...
確定! 回上一頁