ABS(3C) — UNIX 3.0
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.
May 16, 1980
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.
May 16, 1980