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