af_alg: minor style improvements
[gnulib.git] / modules / count-leading-zeros
blobf6ec283cd7a4efdb230a361e2d5707fc01b138ca
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
7 m4/count-leading-zeros.m4
9 Depends-on:
10 extern-inline
11 verify
13 configure.ac:
14 gl_COUNT_LEADING_ZEROS
16 Makefile.am:
17 lib_SOURCES += count-leading-zeros.c
19 Include:
20 "count-leading-zeros.h"
22 License:
23 LGPLv2+
25 Maintainer:
26 Eric Blake