ldiv_t
Type (Structure)
stdlib.h
,
unknown.h
typedef
struct
{
long
quot, rem;
} ldiv_t;
A long integer division return type used in the
ldiv
function.