div man page on Ultrix

Man page or keyword search:  
man Server   3690 pages
apropos Keyword Search (all sections)
Output format
Ultrix logo
[printable version]

div(3)									div(3)

Name
       div, ldiv - integer division

Syntax
       #include <stdlib.h>

       div_t div(numer, denom)
       int numer;
       int denom;

       ldiv_t ldiv(numer, denom)
       long numer;
       long denom;

Description
       The  and functions return the quotient and remainder of the division of
       the numerator numer by the denominator denom.

       The return types div_t and ldiv_t are defined, in stdlib.h, as follows:

       typedef struct {
		 int  quot;	/* quotient */
		 int  rem; /* remainder */
	    }	 div_t;		/* result of div() */

       typedef struct {
		 long quot;	/* quotient */
		 long rem; /* remainder */
	    }	 ldiv_t;	/* result of ldiv() */

Restrictions
       If division by zero is attempted, the behavior of and is undefined.

									div(3)
[top]

List of man pages available for Ultrix

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net