started some code for hcl client

This commit is contained in:
2018-03-18 15:29:16 +00:00
parent 5aa3a72eea
commit 89f3fc2d08
5 changed files with 426 additions and 51 deletions

View File

@ -240,6 +240,7 @@ static hcl_oop_t string_to_num (hcl_t* hcl, hcl_oocs_t* str, int radixed)
if (negsign) base = -base;
return hcl_strtoint(hcl, ptr, end - ptr, base);
}
static HCL_INLINE int is_spacechar (hcl_ooci_t c)
{
/* TODO: handle other space unicode characters */