|
|||||||
|
|
DIVSection: Linux Programmer's Manual (3)Updated: 1993-06-06 Index Return to Main Contents NAMEdiv - computes the quotient and remainder of integer divisionSYNOPSIS#include <stdlib.h> div_t div(int numer, int denom); DESCRIPTIONThe div() function computes the value numer/denom and returns the quotient and remainder in a structure named div_t that contains two integer members named quot and rem.RETURN VALUEThe div_t structure.CONFORMING TOSVID 3, BSD 4.3, ISO 9899SEE ALSOldiv(3)
Index | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Linuxinfor Man Pages in HTML Format: man3". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |