AVR-LibC
2.2.0
Standard C library for AVR-GCC
|
AVR-LibC Documentation |
AVR-LibC Development Pages |
||||
Main Page |
User Manual |
Library Reference |
FAQ |
Example Projects |
File List |
#include <stdlib.h>
Data Fields | |
int | quot |
int | rem |
Result type for function div().
int div_t::quot |
The Quotient.
int div_t::rem |
The Remainder.