IMAXABS(3) Library Functions Manual IMAXABS(3)
NAME
imaxabsreturn the absolute value of a imaxint_t
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <inttypes.h>
intmax_t
imaxabs(intmax_t i);
DESCRIPTION
The imaxabs() function returns the absolute value of the imaxint_t integer j.
SEE ALSO
STANDARDS
The imaxabs() function conforms to ISO/IEC 9899:1999 (“ISO C99”).
BUGS
The absolute value of the most negative integer remains negative.