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