summaryrefslogtreecommitdiff
path: root/modules/imaxabs
blob: e33b48ff8edfd15d8b5ca3363e14e481442aaf1f (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:
imaxabs() function: absolute value of 'intmax_t'.

Files:
lib/imaxabs.c
m4/imaxabs.m4

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