MSUStudentWork/ProcessingSequences/22Ex/make_increasing.h

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