#include <9pm/u.h> #include <9pm/libc.h> vlong atoll(char *s) { return strtoll(s, nil, 0); }