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