4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-24 16:07:19 +08:00

4 lines
84 B
C
Raw Normal View History

#include <stdlib.h>
long long wtoll(const wchar_t * _w)
{ return _wtoi64 (_w); };