blob: 0c31c4aac347338d276aa38c8f00a10e03576120 [file] [log] [blame]
#include <stdlib.h>
wchar_t* lltow(long long _n, wchar_t * _w, int _i)
{ return _i64tow (_n, _w, _i); }