imaxabs
Calculates the absolute value.
[Format]
#include <inttypes.h>
intmax_t imaxabs(intmax_t a);
[Parameters]
a Value for which the absolute value is to be computed
[Return values]
Absolute value of a