X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP_13%2Fexo1%2Flib%2Fio.h;h=21a33e08fc00879ae724cedeabe84aaeddc3d718;hb=cfdd46d2e85b05f77a03ae31f721e2fd4030996f;hp=56eef2376c3ac654220a76fdbf35eddbeffd3adb;hpb=fac749d5f8fab2991c3b149b82f168cec194362b;p=TD_C.git diff --git a/TP_13/exo1/lib/io.h b/TP_13/exo1/lib/io.h index 56eef23..21a33e0 100644 --- a/TP_13/exo1/lib/io.h +++ b/TP_13/exo1/lib/io.h @@ -1,6 +1,9 @@ #ifndef IO_H #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); #endif /* IO_H */