summaryrefslogtreecommitdiffstats
path: root/word_file_fmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'word_file_fmt.c')
-rw-r--r--word_file_fmt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/word_file_fmt.c b/word_file_fmt.c
new file mode 100644
index 0000000..4c7d4ac
--- /dev/null
+++ b/word_file_fmt.c
@@ -0,0 +1,4 @@
+#include <stdint.h>
+
+const uint8_t word_file_magic[] = { 0x31, 0xBE, 0x00, 0x00 };
+