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