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