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