table of contents
other sections
ldiv_t(3avr) | ldiv_t(3avr) |
NAME¶
ldiv_t
SYNOPSIS¶
#include <stdlib.h>
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.
Author¶
Generated automatically by Doxygen for AVR-LibC from the source code.
Version 2.2.1 | AVR-LibC |