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