AVR-LibC  2.2.0
Standard C library for AVR-GCC
 

AVR-LibC Documentation

Logo

AVR-LibC Development Pages

Main Page

User Manual

Library Reference

FAQ

Example Projects

File List

Loading...
Searching...
No Matches
Data Fields
ldiv_t Struct Reference

#include <stdlib.h>

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: