/sys$common/syshlp/helplib.hlb CC, Run-time functions, div *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> div_t div(int numer, int denom);
|