repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xset: New module.
[gnulib.git]
/
modules
/
count-one-bits
blob
7bb18bd7602594dd330a83ff7e74b1ad828c3ab7
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