Hash :
5cabadce
Author :
Date :
2012-11-20T22:25:05
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.
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