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

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

Depends-on:
inttypes-incomplete

configure.ac:
gl_FUNC_IMAXABS
if test $ac_cv_func_imaxabs = no; then
  AC_LIBOBJ([imaxabs])
  gl_PREREQ_IMAXABS
fi
gl_INTTYPES_MODULE_INDICATOR([imaxabs])

Makefile.am:

Include:
<inttypes.h>

License:
LGPL

Maintainer:
all