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
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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
|
||||
);
|
||||
|
Reference in New Issue
Block a user