Сделал 1 Задание со списками

This commit is contained in:
AZEN-SGG 2024-10-04 10:43:43 +03:00
parent 5dbf4901b8
commit 632a718df1
71 changed files with 106 additions and 0 deletions

View file

@ -1,12 +0,0 @@
#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