TP 9 exo2: correct some types mismatching.
[TD_C.git] / TP_9 / exo2 / exo2.c
index 09855d53fe2250013dbff166af5b9b2399e61bfc..b06d7a4d7bc31a17f32e337c7707bf17d61d40af 100644 (file)
@@ -35,6 +35,8 @@ int main() {
     list_display_values(head2);
     head = list_concat(head1, head2);
     list_display_values(head);
+    head = list_sort(head);
+    list_display_values(head);
     //list_clear(head1);
     //list_clear(head2);
     list_clear(head);