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