Returns absolute value.
#include <inttypes.h> intmax_t imaxabs (j) intmax_t j;
The imaxabs subroutine computes the absolute value of an integer j. If the result cannot be represented, the behavior is undefined.
j | Specifies the value to be computed. |
The imaxabs subroutine returns the absolute value.
The imaxdiv Subroutine.
inttypes.h File in AIX 5L Version 5.2 Files Reference.