summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/mingwex/wtoll.c
blob: 48f856245f853c9e5695b7e9a829e32f0f47a0c1 (plain)
1
2
3
#include <stdlib.h>
long long wtoll(const wchar_t * _w)
 	{ return _wtoi64 (_w); };