mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* lib/u64.c: New file. * lib/u64.h: Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END. (_GL_U64_INLINE): New macro. Use it instead of 'static inline'. * modules/u64 (Files): Add lib/u64.c. (Depends-on): Add extern-inline. (configure.ac): No need to require AC_C_INLINE, since extern-inline does that now. (lib_SOURCES): Add u64.c.
25 lines
252 B
Plaintext
25 lines
252 B
Plaintext
Description:
|
|
uint64_t-like operations that work even on hosts lacking uint64_t
|
|
|
|
Files:
|
|
lib/u64.h
|
|
lib/u64.c
|
|
|
|
Depends-on:
|
|
extern-inline
|
|
stdint
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += u64.c
|
|
|
|
Include:
|
|
"u64.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Paul Eggert
|