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