diff options
Diffstat (limited to 'winsup/mingw/mingwex/ulltow.c')
-rw-r--r-- | winsup/mingw/mingwex/ulltow.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/mingw/mingwex/ulltow.c b/winsup/mingw/mingwex/ulltow.c deleted file mode 100644 index 8e4f228..0000000 --- a/winsup/mingw/mingwex/ulltow.c +++ /dev/null @@ -1,3 +0,0 @@ -#include <stdlib.h> -wchar_t* ulltow(unsigned long long _n, wchar_t * _w, int _i) - { return _ui64tow (_n, _w, _i); } |