added stix_bitxorint()

This commit is contained in:
hyunghwan.chung
2015-12-13 16:08:05 +00:00
parent 887a03c05e
commit bf412e0c07
5 changed files with 224 additions and 78 deletions

View File

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