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