enhanced formatting functions to accept hcl as the first parameter in order to extend hcl_fmttobcstr() adn hcl_fmttoucstr() to handle %O and %J
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-14 20:52:25 +09:00
parent 320a3f2d56
commit fdbe17729e
12 changed files with 361 additions and 292 deletions

View File

@ -1891,7 +1891,8 @@ hcl_pfbase_t* hcl_querymod (
/* ========================================================================= */
/* fmt.c */
/* ========================================================================= */
int hcl_fmt_object_ (
int hcl_fmt_object (
hcl_t* hcl,
hcl_fmtout_t* fmtout,
hcl_oop_t oop
);