/* Scilab2C FOSSEE IITB */ #include "bitxor.h" uint16 u16bitxors(uint16 x,uint16 y) { return (x ^ y); }