#include wchar_t* ulltow(unsigned long long _n, wchar_t * _w, int _i) { return _ui64tow (_n, _w, _i); }