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