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