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