newlib/winsup/mingw/mingwex/atoll.c

4 lines
80 B
C
Raw Normal View History

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