#include <precomp.h>
Go to the source code of this file.
Functions |
| wchar_t * | _i64tow (__int64 value, wchar_t *string, int radix) |
| int | _i64tow_s (__int64 value, wchar_t *str, size_t size, int radix) |
| wchar_t * | _ui64tow (unsigned __int64 value, wchar_t *string, int radix) |
| int | _ui64tow_s (unsigned __int64 value, wchar_t *str, size_t size, int radix) |
| wchar_t * | _itow (int value, wchar_t *string, int radix) |
| int | _itow_s (int value, wchar_t *str, size_t size, int radix) |
| wchar_t * | _ltow (long value, wchar_t *string, int radix) |
| int | _ltow_s (long value, wchar_t *str, size_t size, int radix) |
| wchar_t * | _ultow (unsigned long value, wchar_t *string, int radix) |