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