Files
aixianling 5c9f1dae4a init
2025-01-09 17:45:40 +08:00

17 lines
217 B
C

#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