table of contents
other versions
other sections
div_t(3avr) | avr-libc | div_t(3avr) |
NAME¶
div_tSYNOPSIS¶
Data Fields¶
int quot
int rem
Detailed Description¶
Result type for function div().Field Documentation¶
int div_t::quot¶
The Quotient.int div_t::rem¶
The Remainder.Author¶
Generated automatically by Doxygen for avr-libc from the source code.Sat Feb 16 2019 | Version 2.0.0 |