X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=TP_13%2Fexo1%2Flib%2Fio.h;h=8b2fb6eafe94fd59a1a44b5739b762eb78c4ce6c;hp=56eef2376c3ac654220a76fdbf35eddbeffd3adb;hb=33b9c6461d00f013d692dde3c3f79f0b002ce564;hpb=fac749d5f8fab2991c3b149b82f168cec194362b diff --git a/TP_13/exo1/lib/io.h b/TP_13/exo1/lib/io.h index 56eef23..8b2fb6e 100644 --- a/TP_13/exo1/lib/io.h +++ b/TP_13/exo1/lib/io.h @@ -1,6 +1,8 @@ #ifndef IO_H #define IO_H +int prompt_value(const char* msg, int* result); +void display_array(int* array, int size); #endif /* IO_H */