Provided by: avr-libc_1.8.0-4.1_all 

NAME
div_t -
SYNOPSIS
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.
Version 1.8.0 Thu Apr 10 2014 div_t(3)