#include "point.h" #include "triangle.h" int main() { triangle T; read(T); point P = T.vertex[0]; // use P... return 0; }