libc

DivResult

struct DivResult
{
	CInt quot;
	CInt rem;
}

Members

Methods