refactoring x-client.c - code broken as of this commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-29 19:01:00 +09:00
parent c801556603
commit 31cd79beb4
4 changed files with 362 additions and 128 deletions

View File

@ -896,6 +896,7 @@ static int json_inst_cb (hcl_json_t* json, hcl_json_inst_t it, const hcl_oocs_t*
return 0;
}
int json_main (const char* outer, int argc, char* argv[])
{
hcl_json_t* json;