8b2fb6eafe94fd59a1a44b5739b762eb78c4ce6c
[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 */