X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=TP_13%2Fexo1%2Flib%2Fio.h;fp=TP_13%2Fexo1%2Flib%2Fio.h;h=fd5c4842c37ba09c70e89be336294418732633ba;hp=6dfc77aa392459b2016b0cf7ab87bc5af6c5dadc;hb=b2129d81b38a22c9102a8fb3b66d317fc77c5c07;hpb=1c0d8256d86aef5bd306481764601c0463b901b8 diff --git a/TP_13/exo1/lib/io.h b/TP_13/exo1/lib/io.h index 6dfc77a..fd5c484 100644 --- a/TP_13/exo1/lib/io.h +++ b/TP_13/exo1/lib/io.h @@ -3,7 +3,7 @@ int prompt_value(const char* msg, int* result); int* prompt_array(int array[], unsigned* size); -void handle_prompt_error(int errno); +void handle_prompt_error(int errno, int* tab); void display_choice_menu();