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

6 lines
120 B
C
Raw Normal View History

2023-08-24 17:39:00 +01:00
#ifndef _CRC32_H_
#define _CRC32_H_
unsigned long _stdcall crc32(const unsigned char *p, unsigned long len);
#endif