From c9b6b9a5ca082fe7c1b6f58d7713f785a9eb6a5c Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 15 Sep 2025 01:08:27 +0200 Subject: add: graphs et rushs --- rushs/evalexpr/hill_array/hill_array.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rushs/evalexpr/hill_array/hill_array.h (limited to 'rushs/evalexpr/hill_array/hill_array.h') diff --git a/rushs/evalexpr/hill_array/hill_array.h b/rushs/evalexpr/hill_array/hill_array.h new file mode 100644 index 0000000..3152c19 --- /dev/null +++ b/rushs/evalexpr/hill_array/hill_array.h @@ -0,0 +1,8 @@ +#ifndef HILL_ARRAY_H +#define HILL_ARRAY_H + +#include + +int top_of_the_hill(int tab[], size_t len); + +#endif /* !HILL_ARRAY_H */ -- cgit v1.2.3