#include long int atol(char const *ptr) { return strtol(ptr, NULL, 10); }