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