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