Files
MAX_CARLINK_A270S/A58-STEPLDR/Src/crc32.h
2025-05-17 14:22:08 +08:00

7 lines
117 B
C

#ifndef _CRC32_H
#define _CRC32_H
unsigned int
xcrc32(const unsigned char *buf, int len, unsigned int init);
#endif