removed a duplicate function
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-15 18:52:57 +09:00
parent 8c5affe9a5
commit 43062e4db3
3 changed files with 13 additions and 46 deletions

View File

@ -1929,6 +1929,15 @@ int hcl_emitbyteinstruction (
hcl_oob_t bc
);
int hcl_copy_string_to (
hcl_t* hcl,
const hcl_oocs_t* src,
hcl_oocs_t* dst,
hcl_oow_t* dstcapa,
int append,
hcl_ooch_t delim_char
);
/* ========================================================================= */
/* cnode.c */
/* ========================================================================= */