summaryrefslogtreecommitdiff
path: root/modules/imaxdiv
blob: 74f800b64f345d3807f96173ebc09a9f5585338d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description:
imaxdiv() function: division of 'intmax_t'.

Files:
lib/imaxdiv.c
m4/imaxdiv.m4

Depends-on:
inttypes-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