X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsorter%2Farray-simple.h;h=aa9b7806e49fdb49ab8cad3ed4d58fecfcc6d127;hb=959566090f98dd31eaa67d3d5959b641e5fe902b;hp=d5a9c787d3279643f7df1c5edfb3a52f95fee29a;hpb=c6f6b2a25230fef769a920c7db2ea7271ba6b999;p=libucw.git diff --git a/ucw/sorter/array-simple.h b/ucw/sorter/array-simple.h index d5a9c787..aa9b7806 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,16 +25,19 @@ * 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_LT(x,y) x < y for ASORT_TYPE (default: "x