Copyright Digital Equipment Corp. All rights reserved.

ldiv

   Returns the quotient and the remainder after the division of its
   arguments.

   Format

     #include  <stdlib.h>

     ldiv_t ldiv  (long int numer, long int denom);
 


Additional information available:

Arguments       Description