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