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