COORD
COORD Max; /* Max area robots take up */
COORD Min; /* Min area robots take up */
COORD My_pos; /* Player's current position */
COORD Robots[MAXROBOTS]; /* Robots' current positions */
COORD *cp;
static COORD newpos;
static COORD newpos;
eaten(COORD *pos)
static bool eaten(COORD *);
COORD *rp;
COORD *cp;
COORD *
static COORD pos;
COORD *rnd_pos(void);
extern COORD Max, Min, My_pos, Robots[];