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

/haiku/headers/posix/
H A Ddiv_t.h12 } div_t; typedef in typeref:struct:__anon552
H A Dstdlib.h10 #include <div_t.h>
163 extern div_t div(int numerator, int denominator);
/haiku/src/system/libroot/posix/stdlib/
H A Ddiv.c14 div_t
17 div_t val;
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h100 } div_t; typedef in typeref:struct:__anon206
754 /* Return the `div_t', `ldiv_t' or `lldiv_t' representation
757 extern div_t div (int __numer, int __denom)

Completed in 42 milliseconds