MSUStudentWork/ComputationalGeometry/6Ex/tools.h

11 lines
149 B
C

#ifndef TOOLS
#define TOOLS
#include <stdio.h>
#include <stdlib.h>
#include "types.h"
FILE * getFile(void);
points getPoints(FILE * file);
#endif