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