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