repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
bitset
blob
21cde24ac7c2c5debd60a31cd88d1d2db7a3b87f
1
Description:
2
A common interface to several implementations of bitsets.
3
4
Files:
5
lib/bitset.c
6
lib/bitset.h
7
lib/bitset/array.c
8
lib/bitset/array.h
9
lib/bitset/base.h
10
lib/bitset/list.c
11
lib/bitset/list.h
12
lib/bitset/stats.c
13
lib/bitset/stats.h
14
lib/bitset/table.c
15
lib/bitset/table.h
16
lib/bitset/vector.c
17
lib/bitset/vector.h
18
19
Depends-on:
20
attribute
21
c99
22
fopen-gnu
23
gettext-h
24
obstack
25
xalloc
26
27
configure.ac:
28
AC_REQUIRE([AC_C_INLINE])
29
30
Makefile.am:
31
lib_SOURCES += bitset.c bitset/array.c bitset/stats.c \
32
bitset/table.c bitset/list.c bitset/vector.c
33
34
Include:
35
"bitset.h"
36
37
License:
38
GPLv3+
39
40
Maintainer:
41
Akim Demaille <akim.demaille@gmail.com>