work in progress to implement the builtin printf function

This commit is contained in:
2018-02-24 04:01:19 +00:00
parent a5fe90597c
commit 7e6b16e153
4 changed files with 1007 additions and 31 deletions

View File

@ -266,6 +266,11 @@ void hcl_fini (hcl_t* hcl)
}
}
void hcl_clear (hcl_t* hcl, int flags)
{
/* TODO */
}
int hcl_setoption (hcl_t* hcl, hcl_option_t id, const void* value)
{
switch (id)