view modules/bitset @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 14ac09965b35
children e84036edb2ff
line wrap: on
line source

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:
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>