Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1.  
  2. long crc32val;
  3.  
  4. void UpdateCRC(unsigned char *s,
  5.                register int len);
  6.  
  7.  /* update running CRC calculation with contents of a buffer */
  8.  
  9.