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:
Text File  |  1996-05-20  |  256 b   |  18 lines

  1. @node llabs, misc
  2. @subheading Syntax
  3.  
  4. @example
  5. #include <stdlib.h>
  6.  
  7. long long llabs(long long x);
  8. @end example
  9.  
  10. @subheading Description
  11.  
  12. This function takes the absolute value of @var{x}.  @xref{abs}.
  13.  
  14. @subheading Return Value
  15.  
  16. |@var{x}|
  17.  
  18.