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