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