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

  1.  
  2. LDIV(3)                    UNIX Programmer's Manual                    LDIV(3)
  3.  
  4. NNAAMMEE
  5.      llddiivv - return quotient and remainder from division
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttddlliibb..hh>>
  9.  
  10.      _l_d_i_v___t
  11.      llddiivv(_i_n_t _n_u_m, _i_n_t _d_e_n_o_m)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The llddiivv() function computes the value _n_u_m_/_d_e_n_o_m and returns the quotient
  15.      and remainder in a structure named _l_d_i_v___t that contains two _l_o_n_g _i_n_t_e_g_e_r
  16.      members named _q_u_o_t and _r_e_m.
  17.  
  18. SSEEEE AALLSSOO
  19.      div(3),  math(3)
  20.  
  21. SSTTAANNDDAARRDDSS
  22.      The llddiivv() function conforms to ANSI C3.159­1989 (``ANSI C'').
  23.  
  24. BSD Experimental                 June 29, 1991                               1
  25.  
  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.