added stix_bitinvint()
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user