enhanced hcl_attachiostdwithbcstr() and hcl_attachiostdwithucstr()
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-19 23:25:50 +09:00
parent fba6c2b773
commit ce47037b79
4 changed files with 171 additions and 10 deletions

View File

@ -2220,12 +2220,14 @@ HCL_EXPORT int hcl_attachio (
HCL_EXPORT int hcl_attachiostdwithbcstr (
hcl_t* hcl,
const hcl_bch_t* read_file,
const hcl_bch_t* scan_file,
const hcl_bch_t* print_file
);
HCL_EXPORT int hcl_attachiostdwithucstr (
hcl_t* hcl,
const hcl_uch_t* read_file,
const hcl_uch_t* scan_file,
const hcl_uch_t* print_file
);