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