div_t

extern (C) nothrow @nogc
struct div_t {
int quot;
int rem;
}

Meta