Сделал 1 Задание со списками
This commit is contained in:
parent
5dbf4901b8
commit
632a718df1
71 changed files with 106 additions and 0 deletions
12
ProcessingSequences/22Ex/make_increasing.h
Normal file
12
ProcessingSequences/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