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