avr-libc  2.1.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
ldiv_t Struct Reference

Data Fields

long quot
 
long rem
 

Detailed Description

Result type for function ldiv().

Field Documentation

◆ quot

long ldiv_t::quot

The Quotient.

◆ rem

long ldiv_t::rem

The Remainder.


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