llabs

Returns the absolute value of a long long integer.

Library:LibC
Classification:ANSI
Service:General C Services

Syntax

  #include <stdlib.h> 
   
  int64_t llabs (
     int64_t   j);
  

Parameters

j

(IN) Specifies the long long integer.

Return Values

Returns the absolute value of the long long integer. There is no error return.

See Also