11 lines
161 B
C
11 lines
161 B
C
#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
|