]> mj.ucw.cz Git - libucw.git/blob - lib/sorter.c
simple fastbuf on memory pools
[libucw.git] / lib / sorter.c
1 /*
2  *      UCW Library -- Universal Sorter
3  *
4  *      (c) 2001--2002 Martin Mares <mj@ucw.cz>
5  *
6  *      This software may be freely distributed and used according to the terms
7  *      of the GNU Lesser General Public License.
8  */
9
10 #include "lib/lib.h"
11 #include "lib/sorter-globals.h"
12
13 uns sorter_pass_counter;