typedef struct tStructA { int i; float f; char c; } StructA; typedef struct tStructB { unsigned int numElements; StructA * pStructA; } ...
確定! 回上一頁