summaryrefslogtreecommitdiffstats
path: root/word_file_fmt.c
blob: 4c7d4acbdb99a9279743646c98fb005e6067a26a (plain)
1
2
3
4
#include <stdint.h>

const uint8_t word_file_magic[] = { 0x31, 0xBE, 0x00, 0x00 };