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

This commit is contained in:
2024-04-06 16:21:31 +09:00
parent b1d62105a5
commit 50bf4a1c0c
2 changed files with 28 additions and 1 deletions

View File

@ -1516,6 +1516,16 @@ hcl_oop_t hcl_makesymbol (
hcl_oow_t len
);
hcl_oop_t hcl_makesymbolwithbcstr (
hcl_t* hcl,
const hcl_bch_t* ptr
);
hcl_oop_t hcl_makesymbolwithucstr (
hcl_t* hcl,
const hcl_uch_t* ptr
);
hcl_oop_t hcl_findsymbol (
hcl_t* hcl,
const hcl_ooch_t* ptr,