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                                      div_t(3avr)

Detailed Description

       Result type for function div().

Field Documentation

intdiv_t::quot
       The Quotient.

   intdiv_t::rem
       The Remainder.

Name

       div_t

Synopsis

       #include <stdlib.h>

   DataFields
       int quot
       int rem

See Also