asn1_docextract/word_file_fmt.c

5 lines
84 B
C

#include <stdint.h>
const uint8_t word_file_magic[] = { 0x31, 0xBE, 0x00, 0x00 };