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