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