#ifndef COOR_H #define COOR_H typedef struct coor{ int x; int y; } coor; #endif