#include long long int atoll(const char *nptr) { return strtoll(str, (char**)NULL, 10); } /* STDC(199901) */