enhanced the interactive mode processing a bit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-17 02:00:28 +09:00
parent 658e69635a
commit 65d64f7c5f
3 changed files with 45 additions and 15 deletions

View File

@ -2489,6 +2489,10 @@ HCL_EXPORT int hcl_feeduchars (
hcl_oow_t len
);
HCL_EXPORT int hcl_feedpending (
hcl_t* hcl
);
HCL_EXPORT int hcl_feedbchars (
hcl_t* hcl,
const hcl_bch_t* data,