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