logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for AVR-LibC from the source code.

AVR-LibC                                          Version 2.2.1                                     ldiv_t(3avr)

Detailed Description

       Result type for function ldiv().

Field Documentation

longldiv_t::quot
       The Quotient.

   longldiv_t::rem
       The Remainder.

Name

       ldiv_t

Synopsis

       #include <stdlib.h>

   DataFields
       long quot
       long rem

See Also