tests: use "compare exp out", not "compare out exp"
[coreutils/ericb.git] / gl / modules / heap
blobcd97e2965673880ac7e4cdf0bd31f622db156ad9
1 Description:
2 Binary heap with minimal number of methods. Used in sort.
4 Files:
5 lib/heap.c
6 lib/heap.h
8 Depends-on:
9 stdlib-safer
10 xalloc
12 configure.ac:
14 Makefile.am:
15 lib_SOURCES += heap.c heap.h
17 Include:
18 "heap.h"
20 License
21 GPL
23 Maintainer:
24 Gene Auyeung