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