1 2 3 4 5 6 7 8 9
#ifndef COMMON_H_ #define COMMON_H_ struct point { int x; int y; }; #endif // COMMON_H_