Calculates the absolute value of a long integer.
#include <stdlib.h> long labs (long n);
n
The absolute value result.
abs, fabs