1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/bitrotate
Paul Eggert 5cabadce63 bitrotate: better 'inline'
* lib/bitrotate.c: New file.
* lib/bitrotate.h (BITROTATE_INLINE):
New macros.
Replace all uses of 'static inline' with them.
Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END.
* modules/bitrotate (Files, lib_SOURCES): Add lib/bitrotate.c.
(Depends-on): Add extern-inline.
(configure.ac): Do not require AC_C_INLINE.
2012-11-29 23:38:49 -08:00

25 lines
278 B
Plaintext

Description:
Rotate bits in unsigned 8, 16, and 32 bit integers.
Files:
lib/bitrotate.h
lib/bitrotate.c
Depends-on:
extern-inline
stdint
configure.ac:
Makefile.am:
lib_SOURCES += bitrotate.h bitrotate.c
Include:
"bitrotate.h"
License:
LGPLv2+
Maintainer:
Simon Josefsson