Synopsis
long int labs(long int j);
Description
labs
returns the absolute value of the long integer argument
j
.