MSUStudentWork/Sixth/tools.h
2024-09-22 20:52:39 +03:00

8 lines
79 B
C

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