mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2025-01-05 14:53:59 +00:00
5 lines
116 B
C++
5 lines
116 B
C++
/* 7zHeader.c */
|
|
|
|
#include "7zHeader.h"
|
|
|
|
Byte k7zSignature[k7zSignatureSize] = {'7', 'z', 0xBC, 0xAF, 0x27, 0x1C};
|