#ifndef COUNT_MAX_LOCAL #define COUNT_MAX_LOCAL #include #define EMPTY 0 int max(int first, int second); int getCountMaxLocal(FILE * file); #endif