stpncpy: Allow stpncpy to be defined as a macro.
[gnulib.git] / modules / bitrotate
1 Description:
2 Rotate bits in unsigned 8, 16, and 32 bit integers.
3
4 Files:
5 lib/bitrotate.h
6
7 Depends-on:
8 stdint
9
10 configure.ac:
11 AC_REQUIRE([AC_C_INLINE])
12
13 Makefile.am:
14 lib_SOURCES += bitrotate.h
15
16 Include:
17 "bitrotate.h"
18
19 License:
20 LGPLv2+
21
22 Maintainer:
23 Simon Josefsson