1 2 3 4 5 6 7 8
#ifndef HILL_ARRAY_H #define HILL_ARRAY_H #include <stddef.h> int top_of_the_hill(int tab[], size_t len); #endif /* !HILL_ARRAY_H */