MSUStudentWork/22Ex/tools.h
2024-10-07 16:33:01 +03:00

10 lines
130 B
C

#ifndef TOOLS
#define TOOLS
#include <stdio.h>
#include <stdlib.h>
FILE * getFile(void);
double * getList(FILE * file);
#endif