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