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