point.h revision 8f8d581f76da8a6bf9de45746f908b970f09ee1b
1struct Point { int x, y; };
2
3