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

This commit is contained in:
AZEN-SGG 2024-09-25 08:00:08 +03:00
parent 973e407a45
commit 2e4417c1dc
7 changed files with 97 additions and 0 deletions

8
22Ex/tools.h Normal file
View file

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