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