tests: cksum: add incorrect data to verify --check & --strict
[coreutils.git] / gl / modules / heap
blob97e9df2d4b269b44db0ff8ec7b005b4cfc1c2bf6
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