Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lltow.c « mingwex « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cdf45b742d2c89279675c4b248cd76d355036e72 (plain)
1
2
3
#include <stdlib.h>
wchar_t* lltow(long long _n, wchar_t * _w, int _i)
	{ return _i64tow (_n, _w, _i); }