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