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