1 --- _SB/Libc/stdlib/FreeBSD/imaxdiv.3 2003-05-20 15:23:24.000000000 -0700
2 +++ _SB/Libc/stdlib/FreeBSD/imaxdiv.3.edit 2006-06-28 16:55:52.000000000 -0700
6 function computes the value of
11 -and returns the stored result in the form of the
13 +The stored result is returned in the form of the
19 .Bd -literal -offset indent
21 - intmax_t quot; /* Quotient. */
22 + intmax_t quot; /* Quotient. */
23 intmax_t rem; /* Remainder. */