3 lines
125 B
Text
3 lines
125 B
Text
var [const] ZLib=Import("zeelib");
|
|
ZLib.calcCRC32(Data(Void,"The quick brown fox jumps over the lazy dog"));
|
|
//-->0x414fa339
|