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
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
count-one-bits
blob
ddceacda4bcf727ab15c83fdb37cb9ee30c2d07b
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
8
Depends-on:
9
extern-inline
10
11
configure.ac:
12
13
Makefile.am:
14
lib_SOURCES += count-one-bits.c
15
16
Include:
17
"count-one-bits.h"
18
19
License:
20
LGPLv2+
21
22
Maintainer:
23
Ben Pfaff