misc/libphysfs/lzma/C/Archive/7z/7zHeader.c
author Wuzzy <almikes@aol.com>
Sat, 23 Sep 2017 09:35:45 +0200
changeset 12507 f4b0e164a0d5
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Chance that clicking the random hats button produces a set of equal hats

/*  7zHeader.c */

#include "7zHeader.h"

Byte k7zSignature[k7zSignatureSize] = {'7', 'z', 0xBC, 0xAF, 0x27, 0x1C};