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