Сделал 22 Задание
This commit is contained in:
parent
973e407a45
commit
2e4417c1dc
7 changed files with 97 additions and 0 deletions
12
22Ex/make_increasing.h
Normal file
12
22Ex/make_increasing.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue