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