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