X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=TP_9%2Fexo2%2Fexo2.c;h=b06d7a4d7bc31a17f32e337c7707bf17d61d40af;hp=09855d53fe2250013dbff166af5b9b2399e61bfc;hb=65544a820bed85dd28908966d9b25bb3a934f114;hpb=970a0122d81ff0a4400612cf80f7096780c452ff diff --git a/TP_9/exo2/exo2.c b/TP_9/exo2/exo2.c index 09855d5..b06d7a4 100644 --- a/TP_9/exo2/exo2.c +++ b/TP_9/exo2/exo2.c @@ -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);