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