ABS(3C)
NAME
abs − integer absolute value
SYNOPSIS
int abs (i)
int i;
DESCRIPTION
Abs returns the absolute value of its integer operand.
SEE ALSO
BUGS
You get what the hardware gives on the largest negative integer.
abs − integer absolute value
int abs (i)
int i;
Abs returns the absolute value of its integer operand.
You get what the hardware gives on the largest negative integer.