summaryrefslogtreecommitdiff
path: root/modules/bitset
blob: 20c680634b0f2717b9a2691b0d730415d73d5bc8 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Description:
A common interface to several implementations of bitsets.

Files:
lib/bitset.c
lib/bitset.h
lib/bitset/array.c
lib/bitset/array.h
lib/bitset/base.h
lib/bitset/list.c
lib/bitset/list.h
lib/bitset/stats.c
lib/bitset/stats.h
lib/bitset/table.c
lib/bitset/table.h
lib/bitset/vector.c
lib/bitset/vector.h

Depends-on:
attribute
c99
fopen-gnu
gettext-h
obstack
xalloc

Makefile.am:
lib_SOURCES += bitset.c bitset/array.c bitset/stats.c \
  bitset/table.c bitset/list.c bitset/vector.c

Include:
"bitset.h"

License:
GPLv3+

Maintainer:
Akim Demaille <akim.demaille@gmail.com>

Return to:

Send suggestions and report system problems to the System administrator.