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