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