X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsorter%2Farray-simple.h;h=5e442439f78e8df98ef40eb7cb2fbfbfa4bbaf3a;hb=1b2faf7409371da71c440704e3a75c34f7a9d750;hp=d5a9c787d3279643f7df1c5edfb3a52f95fee29a;hpb=c6f6b2a25230fef769a920c7db2ea7271ba6b999;p=libucw.git diff --git a/ucw/sorter/array-simple.h b/ucw/sorter/array-simple.h index d5a9c787..5e442439 100644 --- a/ucw/sorter/array-simple.h +++ b/ucw/sorter/array-simple.h @@ -1,7 +1,7 @@ /* - * UCW Library -- Universal Array Sorter + * UCW Library -- Universal Simple Array Sorter * - * (c) 2003 Martin Mares + * (c) 2003--2008 Martin Mares * * This software may be freely distributed and used according to the terms * of the GNU Lesser General Public License. @@ -25,7 +25,8 @@ * ASORT_PREFIX(x) [*] add a name prefix (used on all global names * defined by the sorter) * ASORT_KEY_TYPE [*] data type of a single array entry key - * ASORT_ELT(i) [*] returns the key of i-th element + * ASORT_ELT(i) returns the key of i-th element; if this macro is not + * defined, the function gets a pointer to an array to be sorted * ASORT_LT(x,y) x < y for ASORT_TYPE (default: "x