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