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