summaryrefslogtreecommitdiff
path: root/2.3-1/src/c/elementaryFunctions/bitor/u16bitands.c~
diff options
context:
space:
mode:
Diffstat (limited to '2.3-1/src/c/elementaryFunctions/bitor/u16bitands.c~')
-rw-r--r--2.3-1/src/c/elementaryFunctions/bitor/u16bitands.c~9
1 files changed, 9 insertions, 0 deletions
diff --git a/2.3-1/src/c/elementaryFunctions/bitor/u16bitands.c~ b/2.3-1/src/c/elementaryFunctions/bitor/u16bitands.c~
new file mode 100644
index 00000000..7ba73c15
--- /dev/null
+++ b/2.3-1/src/c/elementaryFunctions/bitor/u16bitands.c~
@@ -0,0 +1,9 @@
+/* Scilab2C FOSSEE IITB */
+
+#include "bitand.h"
+
+uint16 u16bitands(uint16 x,uint16 y)
+{
+ return (x & y);
+
+}