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