lldiv_t

extern (C) nothrow @nogc
struct lldiv_t {
long quot;
long rem;
}

Meta