OSDN Git Service

Correct omission of complex conjugate functions from libmingwex.a
[mingw/mingw-org-wsl.git] / mingwrt / mingwex / ulltow.c
1 #include <stdlib.h>
2 wchar_t* ulltow(unsigned long long _n, wchar_t * _w, int _i)
3         { return _ui64tow (_n, _w, _i); }