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