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