OSDN Git Service

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