posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / count-leading-zeros
blob09a910d86276d5f6f9da0c1e84c1dc122ebd83a2
1 Description:
2 Counts the number of leading 0-bits in a word.
4 Files:
5 lib/count-leading-zeros.c
6 lib/count-leading-zeros.h
8 Depends-on:
9 extern-inline
10 verify
12 configure.ac:
14 Makefile.am:
15 lib_SOURCES += count-leading-zeros.c
17 Include:
18 "count-leading-zeros.h"
20 License:
21 LGPLv2+
23 Maintainer:
24 Eric Blake