Сделал 45 Задание

This commit is contained in:
AZEN-SGG 2024-09-22 22:05:28 +03:00
parent dae8abd5cc
commit f677c28eb4
7 changed files with 99 additions and 0 deletions

8
45Ex/tools.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef TOOLS
#define TOOLS
#include <stdio.h>
FILE * getFile(void);
#endif