]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic: add a Bitmap implementation
authorTom Gundersen <teg@jklm.no>
Mon, 13 Jul 2015 17:47:26 +0000 (19:47 +0200)
committerTom Gundersen <teg@jklm.no>
Tue, 14 Jul 2015 19:53:10 +0000 (21:53 +0200)
commit5ffa42cb8028833440040c2e240e0d788f11c112
tree42c42e13174c0f663a8c84543e4b64eefeab0867
parentdad8f7f2b6eb34bead17df9b3966da9c4b4d79db
basic: add a Bitmap implementation

For when a Hashmap is overkill.
Makefile.am
src/basic/bitmap.c [new file with mode: 0644]
src/basic/bitmap.h [new file with mode: 0644]
src/test/test-bitmap.c [new file with mode: 0644]