Computes long integer absolute value.
#include <stdlib.h> long int labs(long int j);
j
The value to be computed.
This function returns the absolute value of its argument as a value of type long int.