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