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