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