mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-12-18 23:18:43 +00:00
6 lines
121 B
C++
6 lines
121 B
C++
|
/* 7zHeader.c */
|
||
|
|
||
|
#include "7zHeader.h"
|
||
|
|
||
|
Byte k7zSignature[k7zSignatureSize] = {'7', 'z', 0xBC, 0xAF, 0x27, 0x1C};
|