TP 13 exo1: Implement more asked features and test them
[TD_C.git] / TP_13 / exo1 / lib / io.h
index 8b2fb6eafe94fd59a1a44b5739b762eb78c4ce6c..21a33e08fc00879ae724cedeabe84aaeddc3d718 100644 (file)
@@ -2,6 +2,7 @@
 #define IO_H
 
 int prompt_value(const char* msg, int* result);
+int* prompt_array(int array[], unsigned* size);
 
 void display_array(int* array, int size);