int abs( int val )
int val; /* integer value */
Synopsis
#include "stdlib.h"
The abs function returns the absolute value of val .
Parameters
val may be any integer number.
Return Value
The absolute value of val .
See Also
fabs , labs
Help URL: http://www.yourdomain.com/help/index.html?idh_silverc_compiler_reference_abs.htm