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