10 lines
130 B
C
10 lines
130 B
C
#ifndef TOOLS
|
|
#define TOOLS
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
FILE * getFile(void);
|
|
double * getList(FILE * file);
|
|
|
|
#endif
|