made hcl_inttooow() and hcl_oowtoint() public

This commit is contained in:
2018-02-19 16:17:46 +00:00
parent 4e4aec4f20
commit 1f4143f20f
2 changed files with 19 additions and 19 deletions

View File

@ -852,17 +852,6 @@ int hcl_isint (
hcl_oop_t x
);
int hcl_inttooow (
hcl_t* hcl,
hcl_oop_t x,
hcl_oow_t* w
);
hcl_oop_t hcl_oowtoint (
hcl_t* hcl,
hcl_oow_t w
);
hcl_oop_t hcl_addints (
hcl_t* hcl,
hcl_oop_t x,