typedef struct { double x double y; } POINT; POINT some_point; /* and later in the code */ some_point.x = 1.02;