div_t

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