#include "../../headers/stdlib.h" long atol(const char *str) { return atoll(str); }