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