mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
24 lines
262 B
Plaintext
24 lines
262 B
Plaintext
Description:
|
|
Rotate bits in unsigned 8, 16, and 32 bit integers.
|
|
|
|
Files:
|
|
lib/bitrotate.h
|
|
|
|
Depends-on:
|
|
stdint
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_INLINE])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += bitrotate.h
|
|
|
|
Include:
|
|
"bitrotate.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|