|
VMS Help CRTL, qdiv,lldiv *Conan The Librarian |
Returns the quotient and the remainder after the division of its
arguments. lldiv is a synonym for qdiv.
This function is supported on OpenVMS Integrity servers and
Alpha only.
Format
#include <stdlib.h>
qdiv_t qdiv (__int64 numer, __int64 denom);
lldiv_t lldiv (__int64 numer, __int64 denom);
Additional Information (explode) :
|
|