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