| Interix / SUA | ldiv.3 | Interix / SUA |
ldiv(3) ldiv(3)
ldiv()
NAME
ldiv() - return quotient and remainder from division
SYNOPSIS
#include
ldiv_t ldiv (int num, int denom)
DESCRIPTION
The ldiv(3) function computes the value num/denom and returns the quotient
and remainder in a structure named ldiv_t that contains two long integer
members named quot and rem.
SEE ALSO
div(3)
USAGE NOTES
The ldiv function is thread safe.
The ldiv function is not async-signal safe.
| Interix / SUA | Hosted at SUA Community for Interix, SUA and SFU | Interix / SUA |