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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdlib.h270 static inline char* ltoa(__msvcrt_long value, char* str, int radix) { return _ltoa(value, str, radix); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdlib.h249 static inline char* ltoa(__msvcrt_long value, char* str, int radix) { return _ltoa(value, str, radix); } function

Completed in 381 milliseconds