/* Scilab2C FOSSEE IITB */ #include "bitor.h" uint16 u16bitors(uint16 x,uint16 y) { return (x | y); }