count-one-bits: port to MSC; support types wider than 64 bits
[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
12 configure.ac:
13 gl_COUNT_ONE_BITS
14
15 Makefile.am:
16 lib_SOURCES += count-one-bits.c
17
18 Include:
19 "count-one-bits.h"
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Ben Pfaff