#ifndef POINTS_H #define POINTS_H typedef struct { int x, y; } point_t; #endif /* POINTS_H */