TP5: move corrections in their own directory
[Algorithmic_C.git] / TP5 / exo_c4 / liste_correction.c
similarity index 99%
rename from TP5/exo4/liste_correction.c
rename to TP5/exo_c4/liste_correction.c
index eff60c44928e498d2b25b1caab743810c8c10fd8..7f9d0c631fc050302cde7b768bad6e15bb9bf5ea 100644 (file)
@@ -205,7 +205,7 @@ Liste inverser_rec(Liste L)
 /****************************************************************************/ 
 
 int main()
-{int x;
+{
  Liste L=NULL;
  printf("liste vide\n");
  visualiser_iter(L);