repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
doc: pwd: improve the -P help description
[coreutils.git]
/
gl
/
modules
/
heap
blob
97e9df2d4b269b44db0ff8ec7b005b4cfc1c2bf6
1
Description:
2
Binary heap with minimal number of methods. Used in sort.
3
4
Files:
5
lib/heap.c
6
lib/heap.h
7
8
Depends-on:
9
stdlib-safer
10
xalloc
11
12
configure.ac:
13
14
Makefile.am:
15
lib_SOURCES += heap.c heap.h
16
17
Include:
18
"heap.h"
19
20
License:
21
GPL
22
23
Maintainer:
24
Gene Auyeung