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