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