| IMAXABS(3) | Library Functions Manual | IMAXABS(3) |
imaxabs — integer
absolute value function
#include
<inttypes.h>
#include <stdint.h>
intmax_t
imaxabs(intmax_t
j);
The
imaxabs()
function computes the absolute value of the intmax_t variable
j.
The imaxabs() function returns the
absolute value.
The imaxabs() function conforms to
ISO/IEC 9899:1999
(“ISO C99”).
The result of applying imaxabs() to
INTMAX_MIN is undefined.
| January 18, 2019 | Debian |