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