You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
497 B
Groff
30 lines
497 B
Groff
.TH "div_t" 3 "24 Jun 2019" "Version 2.0.0" "avr-libc" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
div_t \-
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.SS "Data Fields"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "int \fBquot\fP"
|
|
.br
|
|
.ti -1c
|
|
.RI "int \fBrem\fP"
|
|
.br
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
Result type for function \fBdiv()\fP.
|
|
.SH "Field Documentation"
|
|
.PP
|
|
.SS "int \fBdiv_t::quot\fP"The Quotient.
|
|
.SS "int \fBdiv_t::rem\fP"The Remainder.
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for avr-libc from the source code.
|