WIP - updating pascal wrapper with its own cci handler
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-13 00:57:30 +09:00
parent f85dd54040
commit a4d8d8e2a5
14 changed files with 339 additions and 85 deletions

View File

@ -2266,14 +2266,6 @@ HCL_EXPORT hcl_lxc_t* hcl_readbasesrchar (
hcl_t* hcl
);
/* TODO: don't expose hcl_readbasesrraw()
* find a better way not to use them */
HCL_EXPORT hcl_ooch_t* hcl_readbasesrraw (
hcl_t* hcl,
hcl_oow_t* xlen
);
HCL_EXPORT int hcl_attachccio (
hcl_t* hcl,
hcl_io_impl_t cci_rdr