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