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