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