div.3 (8aefde060768b2636e1e9a842692cec605960985) div.3 (7a4a63270ffd4cf0deae379b3ad32f57ea3c3e9d)
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek.
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 20 unchanged lines hidden (view full) ---

29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" @(#)div.3 8.1 (Berkeley) 6/4/93
35.\" $FreeBSD$
36.\"
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek.
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 20 unchanged lines hidden (view full) ---

29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" @(#)div.3 8.1 (Berkeley) 6/4/93
35.\" $FreeBSD$
36.\"
37.Dd June 4, 1993
37.Dd November 14, 2001
38.Dt DIV 3
39.Os
40.Sh NAME
41.Nm div
42.Nd return quotient and remainder from division
43.Sh LIBRARY
44.Lb libc
45.Sh SYNOPSIS

--- 10 unchanged lines hidden (view full) ---

56.Fa div_t
57that contains two
58.Em int
59members named
60.Fa quot
61and
62.Fa rem .
63.Sh SEE ALSO
38.Dt DIV 3
39.Os
40.Sh NAME
41.Nm div
42.Nd return quotient and remainder from division
43.Sh LIBRARY
44.Lb libc
45.Sh SYNOPSIS

--- 10 unchanged lines hidden (view full) ---

56.Fa div_t
57that contains two
58.Em int
59members named
60.Fa quot
61and
62.Fa rem .
63.Sh SEE ALSO
64.Xr ldiv 3
64.Xr imaxdiv 3 ,
65.Xr ldiv 3 ,
66.Xr lldiv 3
65.Sh STANDARDS
66The
67.Fn div
68function
69conforms to
67.Sh STANDARDS
68The
69.Fn div
70function
71conforms to
70.St -isoC .
72.St -isoC-99 .