added stix_bitinvint()

This commit is contained in:
hyunghwan.chung
2015-12-17 16:37:26 +00:00
parent 08cfa55acc
commit 23d8d17b08
5 changed files with 112 additions and 9 deletions

View File

@ -1124,6 +1124,11 @@ stix_oop_t stix_bitxorints (
stix_oop_t y
);
stix_oop_t stix_bitinvint (
stix_t* stix,
stix_oop_t x
);
stix_oop_t stix_strtoint (
stix_t* stix,
const stix_ooch_t* str,