home *** CD-ROM | disk | FTP | other *** search
-
- LDIV(3) UNIX Programmer's Manual LDIV(3)
-
- NNAAMMEE
- llddiivv - return quotient and remainder from division
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<ssttddlliibb..hh>>
-
- _l_d_i_v___t
- llddiivv(_i_n_t _n_u_m, _i_n_t _d_e_n_o_m)
-
- DDEESSCCRRIIPPTTIIOONN
- The llddiivv() function computes the value _n_u_m_/_d_e_n_o_m and returns the quotient
- 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
- members named _q_u_o_t and _r_e_m.
-
- SSEEEE AALLSSOO
- div(3), math(3)
-
- SSTTAANNDDAARRDDSS
- The llddiivv() function conforms to ANSI C3.1591989 (``ANSI C'').
-
- BSD Experimental June 29, 1991 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-