Searched defs:lldiv_t (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdlib.h25 lldiv_t Type of the value returned by the lldiv function.
46 lldiv_t lldiv (long long numer, long long denom);
149 } lldiv_t; typedef in typeref:struct:__anon13004
353 @return Returns a structure of type lldiv_t, comprising both the
356 lldiv_t lldiv(long long numer, long long denom);

Completed in 51 milliseconds