X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=TP_13%2Fexo1%2Fsrc%2Fmain.c;h=9f23749fbc3b2def57ca83457ac762d44e426e0a;hp=658930e3c75be49a87ef13a9735a653c8576941d;hb=34dd19e9551e120279afde8d75a1cb51181d7794;hpb=34f864c6720b5e480db66430a218e2fd54743ce7 diff --git a/TP_13/exo1/src/main.c b/TP_13/exo1/src/main.c index 658930e..9f23749 100644 --- a/TP_13/exo1/src/main.c +++ b/TP_13/exo1/src/main.c @@ -17,6 +17,8 @@ int main() { const unsigned tab_new_size = 20; tab = resize_tab(tab, tab_new_size); + printf("%d\n", tab_new_size); + display_array(tab, tab_new_size); free_tab(tab);