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