added hcl_feedbchars()/hcl_feeduchars()
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-03 18:04:46 +09:00
parent 7ccc1ce136
commit 428f67f25c
6 changed files with 271 additions and 23 deletions

View File

@ -684,6 +684,15 @@ struct hcl_compiler_t
struct
{
#if defined(HCL_OOCH_IS_UCH)
struct
{
hcl_bch_t buf[HCL_BCSIZE_MAX];
hcl_oow_t len;
int no_check;
} rsd; /* residue - incomplete sequence at the end of the last data fed by hcl_feedbchars() */
#endif
struct
{
hcl_flx_state_t state;