ldiv_t(3)
| ldiv_t(3) | avr-libc | ldiv_t(3) |
NAME
ldiv_t -
SYNOPSIS
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.
| Mon Feb 8 2016 | Version 2.0.0 |
