Сделал 15 Задание с массивами

This commit is contained in:
AZEN-SGG 2024-10-07 16:04:27 +03:00
parent 632a718df1
commit 427a6611df
9 changed files with 112 additions and 0 deletions

10
15Ex/tools.h Normal file
View file

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