1 typedef struct second_opaque_struct *second_opaque_struct_pointer_type; 2 3 typedef struct second_public_struct * second_public_struct_pointer_type; 4 5 struct second_public_struct 6 { 7 int m1; 8 }; 9
1 typedef struct second_opaque_struct *second_opaque_struct_pointer_type; 2 3 typedef struct second_public_struct * second_public_struct_pointer_type; 4 5 struct second_public_struct 6 { 7 int m1; 8 }; 9