Provided by: avr-libc_2.2.1-1_all 

NAME
div_t
SYNOPSIS
#include <stdlib.h>
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.
AVR-LibC Version 2.2.1 div_t(3avr)