rewrote stix_bitandints(), stix_bitorints(), stix_bitxorints() to handle negative numbers in the 2's complement form

This commit is contained in:
hyunghwan.chung
2015-12-17 16:11:10 +00:00
parent bf412e0c07
commit 08cfa55acc
17 changed files with 866 additions and 556 deletions

View File

@ -26,7 +26,7 @@
#include "stix-prv.h"
void* stix_allocbytes (stix_t* stix, stix_size_t size)
void* stix_allocbytes (stix_t* stix, stix_oow_t size)
{
stix_uint8_t* ptr;