blob: f8d3db4a04daf99ef14f325e9a1c0ea40875bcde [file] [log] [blame]
#include <stdlib.h>
long long wtoll(const wchar_t * _w)
{ return _wtoi64 (_w); }