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