NAME

abs - integer absolute value

SYNOPSIS

int abs (i)
int i;

DESCRIPTION

abs returns the absolute value of its integer operand.

BUGS

You get what the hardware gives on the largest negative integer.