libc/winsup/mingw/mingwex/ulltow.c

4 lines
116 B
C

#include <stdlib.h>
wchar_t* ulltow(unsigned long long _n, wchar_t * _w, int _i)
{ return _ui64tow (_n, _w, _i); }