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