mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 22:06:59 -06:00
10 lines
225 B
C
Executable File
10 lines
225 B
C
Executable File
/* 7zHeader.c -- 7z Headers
|
|
2008-04-09
|
|
Igor Pavlov
|
|
Copyright (c) 1999-2008 Igor Pavlov
|
|
Read 7zHeader.h for license options */
|
|
|
|
#include "7zHeader.h"
|
|
|
|
Byte k7zSignature[k7zSignatureSize] = {'7', 'z', 0xBC, 0xAF, 0x27, 0x1C};
|