OSDN Git Service

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