Сделал задание 37
This commit is contained in:
parent
3dd2710fc1
commit
c6260ab148
8 changed files with 96 additions and 0 deletions
9
Fifth/max_deviation.h
Normal file
9
Fifth/max_deviation.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef MAX_DEVIATION
|
||||
#define MAX_DEVIATION
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int ipow(int number, int power);
|
||||
int maxDeviation(FILE * file);
|
||||
|
||||
#endif // MAX_DEVIATION
|
||||
Loading…
Add table
Add a link
Reference in a new issue