|
NAMEldiv —
return quotient and remainder from division
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <stdlib.h>
ldiv_t
DESCRIPTIONTheldiv () 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 ALSOdiv(3), imaxdiv(3), lldiv(3), math(3)STANDARDSTheldiv () function conforms to ISO/IEC
9899:1999 (“ISO C99”).
Visit the GSP FreeBSD Man Page Interface. |