#ifndef POINT_H #define POINT_H struct point { double x; double y; }; #endif