Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7zHeader.c « 7z « Archive « C - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e48faa48543c9d11226498420a6259cb9d291d99 (plain)
1
2
3
4
5
6
/*  7zHeader.c -- 7z Headers
2008-10-04 : Igor Pavlov : Public domain */

#include "7zHeader.h"

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