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