added more code to stix_strtoint()

This commit is contained in:
hyunghwan.chung
2015-11-04 17:32:28 +00:00
parent a033e2669b
commit db2de5787d
4 changed files with 269 additions and 48 deletions

View File

@ -1050,6 +1050,12 @@ stix_oop_t stix_subints (
stix_oop_t y
);
stix_oop_t stix_strtoint (
stix_t* stix,
const stix_ooch_t* str,
stix_oow_t len,
unsigned int radix
);
/* ========================================================================= */
/* comp.c */
/* ========================================================================= */