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