OSDN Git Service

0bff278d1065a12578786a2f3b771b407a8fc90f
[mingw/mingw-org-wsl.git] / mingwrt / mingwex / wtoll.c
1 #include <stdlib.h>
2 long long wtoll(const wchar_t * _w)
3         { return _wtoi64 (_w); }