Name
ldiv_t type — Quotient and remainder type
Synopsis
struct ldiv_t { long quot, rem; }
The ldiv_t
type is used
only as the return type for the ldiv
function and the overloaded div
function. It stores the quotient and
remainder of a long integer division.