ldiv_t

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