Hash :
7daecec0
Author :
Date :
2012-07-28T07:20:59
u64: use extern-inline * 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.
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