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