mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* modules/inttypes-h-incomplete: Renamed from modules/inttypes-incomplete. * modules/* (Depends-on): Update. * modules/inttypes-incomplete: New file.
33 lines
495 B
Plaintext
33 lines
495 B
Plaintext
Description:
|
|
imaxabs() function: absolute value of 'intmax_t'.
|
|
|
|
Files:
|
|
lib/imaxabs.c
|
|
m4/imaxabs.m4
|
|
|
|
Depends-on:
|
|
inttypes-h-incomplete
|
|
|
|
configure.ac:
|
|
gl_FUNC_IMAXABS
|
|
gl_CONDITIONAL([GL_COND_OBJ_IMAXABS],
|
|
[test $HAVE_IMAXABS = 0 || test $REPLACE_IMAXABS = 1])
|
|
AM_COND_IF([GL_COND_OBJ_IMAXABS], [
|
|
gl_PREREQ_IMAXABS
|
|
])
|
|
gl_INTTYPES_MODULE_INDICATOR([imaxabs])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_IMAXABS
|
|
lib_SOURCES += imaxabs.c
|
|
endif
|
|
|
|
Include:
|
|
<inttypes.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|