Closed NicholasLYang closed 3 years ago
Closes #57
In ARM c_char is u8, not i8, so we get a type mismatch error. I changed the translateToFuzz call to cast to c_char instead.
c_char
u8
i8
translateToFuzz
Closes #57
In ARM
c_char
isu8
, noti8
, so we get a type mismatch error. I changed thetranslateToFuzz
call to cast toc_char
instead.