Sandboxie/SandboxieTools/ImBox/dc/crypto_fast/crc32.h

6 lines
120 B
C

#ifndef _CRC32_H_
#define _CRC32_H_
unsigned long _stdcall crc32(const unsigned char *p, unsigned long len);
#endif