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

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