Files
mir_server/server/SessionServer/NewCrc32.h

17 lines
217 B
C
Raw Normal View History

2025-01-09 17:45:40 +08:00
#ifndef _WCRC32_RNG_H_
#define _WCRC32_RNG_H_
#ifdef __cplusplus
extern "C" {
#endif
unsigned long ucrc32 (unsigned long crc, const unsigned char *buf, unsigned int len);
#ifdef __cplusplus
}
#endif
#endif