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