#include #include vlong atoll(char *s) { return strtoll(s, nil, 0); }