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