// main.c #include "point.h" int main() { Point origin = {5, 12}; point_print(&origin); return 0; }