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