mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 07:03:33 +00:00
* lib/stdbit.in.h (_GL_STDC_ROTATE_RIGHT_INLINE, _gl_stdc_rotate_right) (stdc_rotate_right): New macros. (stdc_rotate_right_uc, stdc_rotate_right_us, stdc_rotate_right_ui) (stdc_rotate_right_ul, stdc_rotate_right_ull): New functions. * lib/stdc_rotate_right.c: New file. * m4/stdbit_h.m4 (gl_STDBIT_H_REQUIRE_DEFAULTS): Initialize GNULIB_STDC_ROTATE_RIGHT. * modules/stdbit-h (Makefile.am): Substitute GNULIB_STDC_ROTATE_RIGHT. * modules/stdc_rotate_right: New file. * doc/posix-functions/stdc_rotate_right.texi: Mention the new module.
28 lines
379 B
Plaintext
28 lines
379 B
Plaintext
Description:
|
|
stdc_rotate_right macro, stdc_rotate_right_* functions:
|
|
Perform a right circular shift.
|
|
|
|
Files:
|
|
lib/stdc_rotate_right.c
|
|
|
|
Depends-on:
|
|
stdbit-h
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_STDBIT_H])
|
|
gl_STDBIT_MODULE_INDICATOR([stdc_rotate_right])
|
|
|
|
Makefile.am:
|
|
if GL_GENERATE_STDBIT_H
|
|
lib_SOURCES += stdc_rotate_right.c
|
|
endif
|
|
|
|
Include:
|
|
<stdbit.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|