ref: b64a7e5eaa4815f7ab35d6545a3fbc080e2c7519 dir: /sys/src/libc/port/atoll.c/
#include <u.h> #include <libc.h> vlong atoll(char *s) { return strtoll(s, nil, 0); }