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