11 lines
149 B
C
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
|