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