3922d85f8bdb809cdbbf80a041e56aff906d21d1
[gnulib.git] / modules / count-one-bits
1 Description:
2 Counts the number of 1-bits in a word.
3
4 Files:
5 lib/count-one-bits.c
6 lib/count-one-bits.h
7 m4/count-one-bits.m4
8
9 Depends-on:
10 extern-inline
11 verify
12
13 configure.ac:
14 gl_COUNT_ONE_BITS
15
16 Makefile.am:
17 lib_SOURCES += count-one-bits.c
18
19 Include:
20 "count-one-bits.h"
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Ben Pfaff