summaryrefslogtreecommitdiff
path: root/modules/imaxdiv
blob: 192a5e048d4a0c754296cac57eb9afc4035acf94 (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
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 $ac_cv_func_imaxdiv = no])
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