void moveToPoint(int, int, int); extern int ANTGlobalValue; struct PointStruct { double x, y; }; typedef double real_t; typedef struct { struct PointStruct topLeft, bottomRight; } RectStruct; extern double will_be_private;