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