#ifndef TOOLS #define TOOLS #include #include #include "types.h" FILE * getFile(void); points getPoints(FILE * file); double getShift(void); void printPolygon(polygon plgn, const char * str); #endif