strtoumax: fix typo in previous commit.
[gnulib.git] / modules / integer_length_ll
1 Description:
2 Finds the most significant bit in an 'unsigned long long'.
3
4 Files:
5 lib/integer_length.h
6 lib/integer_length_ll.c
7 lib/integer_length_l.c
8 m4/longlong.m4
9
10 Depends-on:
11 integer_length
12
13 configure.ac:
14 AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
15
16 Makefile.am:
17 lib_SOURCES += integer_length_ll.c
18
19 Include:
20 "integer_length.h"
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Bruno Haible