.TH "ldiv_t" 3 "24 Jun 2019" "Version 2.0.0" "avr-libc" \" -*- nroff -*- .ad l .nh .SH NAME ldiv_t \- .SH SYNOPSIS .br .PP .SS "Data Fields" .in +1c .ti -1c .RI "long \fBquot\fP" .br .ti -1c .RI "long \fBrem\fP" .br .in -1c .SH "Detailed Description" .PP Result type for function \fBldiv()\fP. .SH "Field Documentation" .PP .SS "long \fBldiv_t::quot\fP"The Quotient. .SS "long \fBldiv_t::rem\fP"The Remainder. .SH "Author" .PP Generated automatically by Doxygen for avr-libc from the source code.