strtoimax
intmax_t strtoimax(const char *, char **, int);
PROTO_NORMAL(strtoimax);
res = strtoimax(buf, NULL, base);
DEF_STRONG(strtoimax);