#include <stdio.h> #include "point.h" #include "point_utils.h" int main(int argc, char* argv[]) { Point p = new_point(); printf("x: %d, y: %d\n", p.x, p.y); return 0; }
If you find our content useful and has helped you in the past, you can help the CodeVault community grow by becoming a CodeVault supporter