summaryrefslogtreecommitdiff
path: root/gl/modules/heap
blob: 97e9df2d4b269b44db0ff8ec7b005b4cfc1c2bf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description:
Binary heap with minimal number of methods. Used in sort.

Files:
lib/heap.c
lib/heap.h

Depends-on:
stdlib-safer
xalloc

configure.ac:

Makefile.am:
lib_SOURCES += heap.c heap.h

Include:
"heap.h"

License:
GPL

Maintainer:
Gene Auyeung