mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-12-18 23:18:43 +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};
|