view modules/bitset @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
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>