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