12 lines
165 B
C
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
|