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