typedef struct { int startingNumber; } myStruct;. The typedef declares a new type. It does not declare any instances of that type.
確定! 回上一頁