TP 13 exo1: Add libraries functions already written
[TD_C.git] / TP_13 / exo1 / lib / io.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..8b2fb6eafe94fd59a1a44b5739b762eb78c4ce6c 100644 (file)
@@ -0,0 +1,8 @@
+#ifndef IO_H
+#define IO_H
+
+int prompt_value(const char* msg, int* result);
+
+void display_array(int* array, int size);
+
+#endif /* IO_H */