4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 20:39:33 +08:00

4 lines
80 B
C
Raw Normal View History

#include <stdlib.h>
long long atoll (const char * _c)
{ return _atoi64 (_c); }