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