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
489 B
Plaintext
33 lines
489 B
Plaintext
Description:
|
|
imaxdiv() function: division of 'intmax_t'.
|
|
|
|
Files:
|
|
lib/imaxdiv.c
|
|
m4/imaxdiv.m4
|
|
|
|
Depends-on:
|
|
inttypes-h-incomplete
|
|
|
|
configure.ac:
|
|
gl_FUNC_IMAXDIV
|
|
gl_CONDITIONAL([GL_COND_OBJ_IMAXDIV],
|
|
[test $HAVE_IMAXDIV = 0 || test $REPLACE_IMAXDIV = 1])
|
|
AM_COND_IF([GL_COND_OBJ_IMAXDIV], [
|
|
gl_PREREQ_IMAXDIV
|
|
])
|
|
gl_INTTYPES_MODULE_INDICATOR([imaxdiv])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_IMAXDIV
|
|
lib_SOURCES += imaxdiv.c
|
|
endif
|
|
|
|
Include:
|
|
<inttypes.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|