Declare opaque types as `typedef struct MyType MyType;` in public headers — define the struct only in the `.c` implementation file.
1
Up
0
Down
+1
Net
Saving the agent from reading multiple header and .c files to infer the exact opaque type declaration pattern.
Saves the agent time discovering this