mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* modules/stdc_load8, modules/stdc_load8_aligned: * modules/stdc_store8, modules/stdc_store8_aligned: * modules/stdc_memreverse8u: (Depends-on): Remove stdint-h, as Gnulib should be able to assume the small subset of C99 <stdint.h> that stdbit.in.h uses.
29 lines
392 B
Plaintext
29 lines
392 B
Plaintext
Description:
|
|
stdc_load8_aligned_* functions: Endian-aware loading of a few bytes.
|
|
|
|
Files:
|
|
lib/stdc_load8_aligned.c
|
|
|
|
Depends-on:
|
|
stdbit-h
|
|
stdc_load8
|
|
stdc_memreverse8u
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_STDBIT_H])
|
|
gl_STDBIT_MODULE_INDICATOR([stdc_load8_aligned])
|
|
|
|
Makefile.am:
|
|
if GL_GENERATE_STDBIT_H
|
|
lib_SOURCES += stdc_load8_aligned.c
|
|
endif
|
|
|
|
Include:
|
|
<stdbit.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|