lldiv_t

extern (C) @system nothrow @nogc
struct lldiv_t {
long quot;
long rem;
}
Suggestion Box / Bug Report