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