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