Сделал 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

12
22Ex/make_increasing.h Normal file
View file

@ -0,0 +1,12 @@
#ifndef MAKE_INCREASING
#define MAKE_INCREASING
#include <stdio.h>
#include <math.h>
#define DISREG 1.e-6
#define TRUE 1
int makeIncreasing(FILE * file);
#endif