strtoarith_t
result = strtoarith_t(str, &p);
arith_t strtoarith_t(const char *restrict nptr, char **restrict endptr);
yylval.val = strtoarith_t(buf, &end);