#ifndef HILL_ARRAY_H #define HILL_ARRAY_H #include int top_of_the_hill(int tab[], size_t len); #endif /* !HILL_ARRAY_H */