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