Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
div(3)
Edit
PageHistory
Diff
Info
LikePages
DIV !!!DIV NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO ---- !!NAME div - computes the quotient and remainder of integer division !!SYNOPSIS __#include __ ''numer''__, int__ ''denom''__); __ !!DESCRIPTION The __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 VALUE The ''div_t'' structure. !!CONFORMING TO SVID 3, BSD 4.3, ISO 9899 !!SEE ALSO ldiv(3) ----
2 pages link to
div(3)
:
Man3d
ldiv(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.