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