AVR Libc Home Page AVRs AVR Libc Development Pages
Main Page FAQ Library Reference Additional Documentation Example Projects

div_t Struct Reference
[<stdlib.h>: General utilities]


Detailed Description

Result type for function div().


Data Fields

int quot
int rem


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:

Automatically generated by Doxygen 1.4.6 on 9 Oct 2006.