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