X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=TP_13%2Fexo1%2Flib%2Fsort.c;h=01a742f7966d557ff7724409bbfa2f9e4fa48ce2;hp=f8917ea5ab6987bb96ccc9909f5bbdfa6f0d1cb8;hb=475ee86d70921638c700bc0934441c7fe2c905d1;hpb=cfdd46d2e85b05f77a03ae31f721e2fd4030996f diff --git a/TP_13/exo1/lib/sort.c b/TP_13/exo1/lib/sort.c index f8917ea..01a742f 100644 --- a/TP_13/exo1/lib/sort.c +++ b/TP_13/exo1/lib/sort.c @@ -30,7 +30,7 @@ static bool sort_first(int* array, unsigned length, criteria_cb criteria) { return rt; } -/* this function is awaited in the array.c file */ +/* the feature of this function is awaited in the array.c file */ void sort_bubble_array(int* array, unsigned length, criteria_cb criteria) { bool rt; do {