VMS Help CC, Run-time functions, ldiv *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Returns the quotient and remainder after the division of its arguments. Syntax: #include <stdlib.h> ldiv_t ldiv(long int numer, long int denom);
|