avr-libc  2.0.0
Standard C library for AVR-GCC

AVR Libc Home Page

AVRs

AVR Libc Development Pages

Main Page

User Manual

Library Reference

FAQ

Example Projects

Data Fields
div_t Struct Reference

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.


The documentation for this struct was generated from the following file: