ldiv_t

Langue: en

Version: 268007 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

ldiv_t -

SYNOPSIS


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.

Author

Generated automatically by Doxygen for avr-libc from the source code.