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