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