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