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