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