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