Penguin
Annotated edit history of div(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DIV
2 !!!DIV
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 div - computes the quotient and remainder of integer division
14 !!SYNOPSIS
15
16
17 __#include
18 __ ''numer''__, int__ ''denom''__);
19 __
20 !!DESCRIPTION
21
22
23 The __div()__ function computes the value
24 ''numer''/''denom'' and returns the quotient and
25 remainder in a structure named ''div_t'' that contains
26 two integer members named ''quot'' and
27 ''rem''.
28 !!RETURN VALUE
29
30
31 The ''div_t'' structure.
32 !!CONFORMING TO
33
34
35 SVID 3, BSD 4.3, ISO 9899
36 !!SEE ALSO
37
38
39 ldiv(3)
40 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.