1Description:
2Binary heap with minimal number of methods. Used in sort.
3
4Files:
5lib/heap.c
6lib/heap.h
7
8Depends-on:
9stdlib-safer
10xalloc
11
12configure.ac:
13
14Makefile.am:
15lib_SOURCES += heap.c heap.h
16
17Include:
18"heap.h"
19
20License:
21GPL
22
23Maintainer:
24Gene Auyeung
25