The last member of a struct can have an incomplete array type. ... typedef struct { int len; char p[]; // incomplete array type, for use in a malloc'd data ...
確定! 回上一頁