1 2 3 4 5 6 7 8 9
/* Scilab2C FOSSEE IITB */ #include "bitor.h" uint16 u16bitors(uint16 x,uint16 y) { return (x | y); }