/* Scilab2C FOSSEE IITB */ #include "bitand.h" uint8 u8bitands(uint8 x,uint8 y) { return (x & y); }