*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> ldiv (3)              
Title
Content
Arch
Section
 

LDIV(3)

Contents


NAME    [Toc]    [Back]

     ldiv -- return quotient and remainder from division

LIBRARY    [Toc]    [Back]

     Standard C Library (libc, -lc)

SYNOPSIS    [Toc]    [Back]

     #include <stdlib.h>

     ldiv_t
     ldiv(long num, long denom);

DESCRIPTION    [Toc]    [Back]

     The ldiv() function computes the value num/denom and returns the quotient
     and remainder in a structure named ldiv_t that contains two long members
     named quot and rem.

SEE ALSO    [Toc]    [Back]

      
      
     div(3), imaxdiv(3), lldiv(3), math(3)

STANDARDS    [Toc]    [Back]

     The ldiv() function conforms to ISO/IEC 9899:1999 (``ISO C99'').


FreeBSD 5.2.1		       November 14, 2001		 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
div Linux computes the quotient and remainder of integer division
ldiv Linux computes the quotient and remainder of long integer division.
lldiv FreeBSD returns quotient and remainder
imaxdiv FreeBSD returns quotient and remainder
mdSetTempo IRIX set tempo and division for a port
div IRIX perform integer division
labs Tru64 Computes absolute value and division of integers
ldiv Tru64 Computes absolute value and division of integers
div Tru64 Computes absolute value and division of integers
abs Tru64 Computes absolute value and division of integers
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service