TP 11 exo1: simplify the logic in the array creation and resizing
[TD_C.git] / TP_13 / exo1 / lib / io.h
1 #ifndef IO_H
2 #define IO_H
3
4 int prompt_value(const char* msg, int* result);
5
6 void display_array(int* array, int size);
7
8 #endif /* IO_H */