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