AVR Libc Home Page AVRs AVR Libc Development Pages
Main Page User Manual Reference FAQ Example Projects
Data Fields

ldiv_t Struct Reference<stdlib.h>: General utilities

Data Fields

long quot
long rem

Detailed Description

Result type for function ldiv().

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: