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