• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef PUBLIC2_H
2 #define PUBLIC2_H
3 
4 #include "private2.h"
5 
6 struct use_this2 { struct mitts_off2 field; };
7 struct use_this2 public_variable2;
8 
9 #endif
10