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

wtoll.c « mingwex « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48f856245f853c9e5695b7e9a829e32f0f47a0c1 (plain)
1
2
3
#include <stdlib.h>
long long wtoll(const wchar_t * _w)
 	{ return _wtoi64 (_w); };