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