summaryrefslogtreecommitdiff
path: root/graphs/piscine/hill_array/hill_array.h
blob: 3152c1917ace0dec0077b7f5a628217315dd064a (plain)
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 */