ldiv_t

extern (C) nothrow @nogc
struct ldiv_t {
c_long quot;
c_long rem;
}

Meta