home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Extra Super CD 1998 January
/
PCPLUS131.iso
/
DJGPP
/
V2
/
DJLSR201.ZIP
/
src
/
libc
/
ansi
/
stdlib
/
llabs.txh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-05-20
|
256 b
|
18 lines
@node llabs, misc
@subheading Syntax
@example
#include <stdlib.h>
long long llabs(long long x);
@end example
@subheading Description
This function takes the absolute value of @var{x}. @xref{abs}.
@subheading Return Value
|@var{x}|