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