typedef struct _parent { float calc ; char text[255] ; int used ; } parent_t ;. Now I want to declare a struct child_t that has the same size as parent_t.text .
確定! 回上一頁