#ifndef STRUCTS_H_ #define STRUCTS_H_ struct Position_s { size_t x; size_t y; }; typedef struct Position_s Position; #endif /* STRUCTS_H_ */