summaryrefslogtreecommitdiff
path: root/modules/imaxdiv
blob: 1a2af058c647c753b6ab0b3ceb27c76050959f95 (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
Description:
imaxdiv() function: division of 'intmax_t'.

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

Depends-on:
inttypes-incomplete

configure.ac:
gl_FUNC_IMAXDIV
if test $ac_cv_func_imaxdiv = no; then
  AC_LIBOBJ([imaxdiv])
  gl_PREREQ_IMAXDIV
fi
gl_INTTYPES_MODULE_INDICATOR([imaxdiv])

Makefile.am:

Include:
<inttypes.h>

License:
LGPL

Maintainer:
all