Сделал 1 Задание со списками
This commit is contained in:
parent
5dbf4901b8
commit
632a718df1
71 changed files with 106 additions and 0 deletions
12
ProcessingSequences/10Ex/count_between.h
Normal file
12
ProcessingSequences/10Ex/count_between.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef COUNT_BETWEEN
|
||||
#define COUNT_BETWEEN
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define eps 1.e-6
|
||||
|
||||
double fmax(double a, double b);
|
||||
double fmin(double a, double b);
|
||||
int countBetween(FILE * file);
|
||||
|
||||
#endif // COUNT_BETWEEN
|
Loading…
Add table
Add a link
Reference in a new issue