updated code to support the radixed number with 'r'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-24 19:41:42 +09:00
parent 4651fadcea
commit 2abda37861
8 changed files with 207 additions and 90 deletions

View File

@ -91,7 +91,7 @@ static hcl_ooch_t* errstr[] =
};
static char* synerrstr[] =
static const char* synerrstr[] =
{
"no error",
"internal error",