#ifndef THESTRUCT_H #define THESTRUCT_H struct TheStruct { int a; long b; }; #endif /* THESTRUCT_H */