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