The libc implementation
Martin ‘Solar’ Baute
Public Domain
| lldiv.c | The libc implementation | 
| Functions | |
| lldiv | Performs a division on long longs both the quotient and remainder are stored in a lldiv_t (_PDCLIB_lldiv_t) struct | 
| Todo’s | |
| pre-C99 compilers might require modulus corrections | 
lldiv_t lldiv( long long int numer, long long int denom ) 
Performs a division on long longs both the quotient and remainder are stored in a lldiv_t (_PDCLIB_lldiv_t) struct
Performs a division on long longs both the quotient and remainder are stored in a lldiv_t (_PDCLIB_lldiv_t) struct
lldiv_t lldiv( long long int numer, long long int denom ) 
prototype of the lldiv_t type
struct _PDCLIB_lldiv_t