added stix_negateint()

This commit is contained in:
hyunghwan.chung
2015-12-25 05:09:17 +00:00
parent 1e7be310fc
commit 27e0186d43
7 changed files with 118 additions and 10 deletions

View File

@ -1141,6 +1141,17 @@ stix_oop_t stix_divints (
stix_oop_t* rem
);
stix_oop_t stix_negateint (
stix_t* stix,
stix_oop_t x
);
stix_oop_t stix_bitatint (
stix_t* stix,
stix_oop_t x,
stix_oop_t y
);
stix_oop_t stix_bitandints (
stix_t* stix,
stix_oop_t x,