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