Сделал задание номер 3 (35)
This commit is contained in:
parent
05ce9de374
commit
f6f440fef3
12 changed files with 138 additions and 0 deletions
11
Third/count_max_local.h
Normal file
11
Third/count_max_local.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef COUNT_MAX_LOCAL
|
||||
#define COUNT_MAX_LOCAL
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define EMPTY 0
|
||||
|
||||
int max(int first, int second);
|
||||
int getCountMaxLocal(FILE * file);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue