AVR Libc Home Page | AVR Libc Development Pages | ||||
Main Page | User Manual | Library Reference | FAQ | Alphabetical Index | Example Projects |
Data Fields | |
int | quot |
int | rem |
Result type for function div().
int div_t::quot |
The Quotient.
int div_t::rem |
The Remainder.