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