abs(3)
NAME
abs − integer absolute value
SYNTAX
int abs(i)
int i;
DESCRIPTION
The abs subroutine returns the absolute value of its integer operand.
RESTRICTIONS
The value returned is limited to what the hardware gives on the largest negative integer.