enhanced stix_inttostr() to handle a power-of-2 radix more efficiently

This commit is contained in:
hyunghwan.chung
2015-12-18 15:58:45 +00:00
parent 95ceac9e85
commit 5bf467cb29
5 changed files with 276 additions and 35 deletions

View File

@ -1129,6 +1129,12 @@ stix_oop_t stix_bitinvint (
stix_oop_t x
);
stix_oop_t stix_bitshiftint (
stix_t* stix,
stix_oop_t x,
stix_oop_t y
);
stix_oop_t stix_strtoint (
stix_t* stix,
const stix_ooch_t* str,