SyntaxFix
Write A Post
Hire A Developer
Questions
a.h:
#ifndef A_H #define A_H struct a { int i; struct b { int j; } }; #endif
there you go, now you just need to include a.h to the files where you want to use this structure.