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