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