home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat3 / labs.0 < prev    next >
Text File  |  1993-12-07  |  798b  |  67 lines

  1.  
  2. LABS(3)                    UNIX Programmer's Manual                    LABS(3)
  3.  
  4. NNAAMMEE
  5.      llaabbss - return the absolute value of a long integer
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttddlliibb..hh>>
  9.  
  10.      _l_o_n_g
  11.      llaabbss(_l_o_n_g _j)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The llaabbss() function returns the absolute value of the long integer _j.
  15.  
  16. SSEEEE AALLSSOO
  17.      abs(3),  floor(3),  cabs(3),  math(3)
  18.  
  19. SSTTAANNDDAARRDDSS
  20.      The llaabbss() function conforms to ANSI C3.159­1989 (``ANSI C'').
  21.  
  22. BBUUGGSS
  23.      The absolute value of the most negative integer remains negative.
  24.  
  25. BSD Experimental                 June 29, 1991                               1
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.