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
vasnprintf: Don't use %n on Android.
[gnulib.git]
/
modules
/
integer_length
blob
f37713b037c412e98c8de75c7d9f521d45f879e0
1
Description:
2
Finds the most significant bit in an 'unsigned int'.
3
4
Files:
5
lib/integer_length.h
6
lib/integer_length.c
7
lib/float+.h
8
m4/longlong.m4
9
m4/exponentd.m4
10
11
Depends-on:
12
float
13
14
configure.ac:
15
AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
16
AC_REQUIRE([gl_DOUBLE_EXPONENT_LOCATION])
17
18
Makefile.am:
19
lib_SOURCES += integer_length.c
20
21
Include:
22
"integer_length.h"
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all