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