log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / integer_length_l
blob768e9fb3f829575864dbadaf20c22e5dec32d8ea
1 Description:
2 Finds the most significant bit in an 'unsigned long'.
4 Files:
5 lib/integer_length.h
6 lib/integer_length_l.c
7 m4/longlong.m4
9 Depends-on:
10 integer_length
12 configure.ac:
13 AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
15 Makefile.am:
16 lib_SOURCES += integer_length_l.c
18 Include:
19 "integer_length.h"
21 License:
22 LGPLv2+
24 Maintainer:
25 all