Penguin
Annotated edit history of ldiv(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 LDIV
2 !!!LDIV
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 ldiv - computes the quotient and remainder of long integer division.
14 !!SYNOPSIS
15
16
17 __#include
18 __ ''numer''__, long int__ ''denom''__);
19 __
20 !!DESCRIPTION
21
22
23 The __ldiv()__ function computes the value
24 ''numer''/''denom'' and returns the quotient and
25 remainder in a structure named ''ldiv_t'' that contains
26 two long integer members named ''quot'' and
27 ''rem''.
28 !!RETURN VALUE
29
30
31 The ''ldiv_t'' structure.
32 !!CONFORMING TO
33
34
35 SVID 3, BSD 4.3, ISO 9899
36 !!SEE ALSO
37
38
39 div(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.