typedef struct { unsigned char size; char string[]; } FOO;. By not declaring a size for the array in the structure, the compiler is not able to allocate a size ...
確定! 回上一頁