libc/winsup/mingw/mingwex/atoll.c

4 lines
80 B
C

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