blob: 50c7f49109feab7ef3f798bd07d7b2da4d47483c [file] [log] [blame]
#include <stdlib.h>
wchar_t* ulltow(unsigned long long _n, wchar_t * _w, int _i)
{ return _ui64tow (_n, _w, _i); }