From 973e27b243ea7f12b6743894465c67a4a6a87eb2 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Sat, 6 Sep 2025 09:26:21 +0200 Subject: Move some other code here Signed-off-by: Carlos Maiolino --- C/HF/chap4/cryptic/encrypt.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 C/HF/chap4/cryptic/encrypt.h (limited to 'C/HF/chap4/cryptic/encrypt.h') diff --git a/C/HF/chap4/cryptic/encrypt.h b/C/HF/chap4/cryptic/encrypt.h new file mode 100644 index 0000000..7d5cf9d --- /dev/null +++ b/C/HF/chap4/cryptic/encrypt.h @@ -0,0 +1,6 @@ +#ifndef ENCRYPT_H +#define ENCRYPT_H + +void encrypt(char *m); + +#endif -- cgit v1.2.3