Returns the absolute value of a long long integer.
#include <stdlib.h>
int64_t llabs (
int64_t j);
(IN) Specifies the long long integer.
Returns the absolute value of the long long integer. There is no error return.