[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

llabs

Syntax

 
#include <stdlib.h>

long long int llabs(long long x);

Description

This function takes the absolute value of x. See section abs.

Return Value

|x|

Portability

ANSI/ISO C C99; not C89
POSIX 1003.1-2001; not 1003.2-1992