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