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