Searched refs:ldiv_t (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/posix/
H A Ddiv_t.h17 } ldiv_t; typedef in typeref:struct:__anon553
H A Dstdlib.h164 extern ldiv_t ldiv(long numerator, long denominator);
/haiku/src/system/libroot/posix/stdlib/
H A Ddiv.c31 ldiv_t
34 ldiv_t val;
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h108 } ldiv_t; typedef in typeref:struct:__anon207
754 /* Return the `div_t', `ldiv_t' or `lldiv_t' representation
759 extern ldiv_t ldiv (long int __numer, long int __denom)

Completed in 50 milliseconds