MSUStudentWork/45Ex/tools.h
2024-09-22 22:05:28 +03:00

8 lines
79 B
C

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