1 | #ifndef PUBLIC1_H |
---|---|
2 | #define PUBLIC1_H |
3 | |
4 | #include "private1.h" |
5 | |
6 | struct use_this1 { struct mitts_off1 field; }; |
7 | struct use_this1 public_variable1; |
8 | |
9 | #endif |
10 |
1 | #ifndef PUBLIC1_H |
---|---|
2 | #define PUBLIC1_H |
3 | |
4 | #include "private1.h" |
5 | |
6 | struct use_this1 { struct mitts_off1 field; }; |
7 | struct use_this1 public_variable1; |
8 | |
9 | #endif |
10 |