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