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