aboutsummaryrefslogtreecommitdiff
path: root/lib/file/decode/fxi.c.draft
diff options
context:
space:
mode:
Diffstat (limited to 'lib/file/decode/fxi.c.draft')
-rw-r--r--lib/file/decode/fxi.c.draft15
1 files changed, 9 insertions, 6 deletions
diff --git a/lib/file/decode/fxi.c.draft b/lib/file/decode/fxi.c.draft
index 32a7283..eb7b4e0 100644
--- a/lib/file/decode/fxi.c.draft
+++ b/lib/file/decode/fxi.c.draft
@@ -28,9 +28,10 @@
DREAD(NAM, TYPE) \
obf(&NAM, sizeof(struct TYPE)); }
-/* ************************************************************************* */
-/* Obfuscation-related functions */
-/* ************************************************************************* */
+/* ---
+ * Obfuscation-related functions.
+ * --- */
+
/**
* obf:
* Obfuscate AND de-obfuscate a string.
@@ -51,9 +52,11 @@ CASIO_LOCAL void obf(unsigned char *s, size_t n)
while (n--)
*s++ ^= ~24;
}
-/* ************************************************************************* */
-/* File header */
-/* ************************************************************************* */
+
+/* ---
+ * File header.
+ * --- */
+
static unsigned char header[] =
"\xD5\xD7\x1F" "f" "FX-INTERFACE - YELLOW COMPUTING" /* 35 */