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