Returns the absolute value of an integer as a long int.
#include <stdlib.h> long int labs (long int j);