TP 13 exo1: Implement more asked features and test them
[TD_C.git] / TP_13 / exo1 / lib / io.h
CommitLineData
fac749d5
JB
1#ifndef IO_H
2#define IO_H
3
33b9c646 4int prompt_value(const char* msg, int* result);
cfdd46d2 5int* prompt_array(int array[], unsigned* size);
fac749d5 6
33b9c646 7void display_array(int* array, int size);
fac749d5
JB
8
9#endif /* IO_H */