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