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