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