summaryrefslogtreecommitdiff
path: root/C/HF/chap7/xor.h
diff options
context:
space:
mode:
Diffstat (limited to 'C/HF/chap7/xor.h')
-rw-r--r--C/HF/chap7/xor.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/C/HF/chap7/xor.h b/C/HF/chap7/xor.h
new file mode 100644
index 0000000..6f3de42
--- /dev/null
+++ b/C/HF/chap7/xor.h
@@ -0,0 +1,7 @@
+#ifndef XOR_H
+#define XOR_H
+
+void xor42(char *m);
+void xor64(char *m);
+
+#endif