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