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