mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 17:15:00 -06:00
6 lines
116 B
C
Executable File
6 lines
116 B
C
Executable File
/* 7zHeader.c */
|
|
|
|
#include "7zHeader.h"
|
|
|
|
Byte k7zSignature[k7zSignatureSize] = {'7', 'z', 0xBC, 0xAF, 0x27, 0x1C};
|