Provided by: avr-libc_2.2.1-1_all bug

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.

AVR-LibC                                          Version 2.2.1                                     ldiv_t(3avr)