[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   function  __crc16(value: byte; crc: word)   :    word;

  var
    crc16 : longint;

  begin
    crc16 := $0000;
    crc16 := __crc16(xxxx, crc16);
  end;

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson