There is an easier way to define structs or you could "alias" types you create. For example: typedef struct { char *first; char *last; char SSN[9]; float gpa; ...
確定! 回上一頁