[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
function __crc32(value: byte; crc: longint): longint;
var
crc32 : longint;
begin
crc32 := $ffffffff;
crc32 := __crc32(xxxx, crc32);
end;
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson