MSUStudentWork/22Ex/make_increasing.h
2024-09-25 08:00:08 +03:00

12 lines
165 B
C

#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