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

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


Detailed Description

Result type for function ldiv().


Data Fields

long quot
long rem


Field Documentation

long ldiv_t::quot

The Quotient.

long ldiv_t::rem

The Remainder.


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

Automatically generated by Doxygen 1.4.7 on 28 Oct 2006.