mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-17 03:49:46 +08:00
4 lines
106 B
C
4 lines
106 B
C
|
#include <stdlib.h>
|
||
|
wchar_t* lltow(long long _n, wchar_t * _w, int _i)
|
||
|
{ return _i64tow (_n, _w, _i); }
|