delorie.com/djgpp/doc/libc/libc_532.html   search  
libc.a reference

[ < ] [ > ]   [ << ] [ 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


  webmaster     delorie software   privacy  
  Copyright © 2004     Updated Apr 2004