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