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