blob: c7f45e5b89403d757bd98e60b4752a97be7beb90 [file] [log] [blame]
#include <stdlib.h>
long long atoll (const char * _c)
{ return _atoi64 (_c); }