1 2 3 4 5 6 7 8 9
/* Scilab2C FOSSEE IITB */ #include "bitxor.h" uint8 u8bitxors(uint8 x,uint8 y) { return (x ^ y); }