#ifndef MY_POINT_DEFS extern void read_point (point * the_point); extern void print_point (point a_point); #define MY_POINT_DEFS #endif