mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-09 12:17:49 +08:00
17 lines
239 B
C
17 lines
239 B
C
/*
|
|
* crc32.h
|
|
*
|
|
* Created on: 2013-6-21
|
|
* Author: root
|
|
*/
|
|
|
|
#ifndef CRC32_H_
|
|
#define CRC32_H_
|
|
|
|
unsigned int calc_crc32 (unsigned char *data, unsigned int datalen);
|
|
unsigned int Zwg_ntohl(unsigned int s);
|
|
|
|
|
|
|
|
#endif /* CRC32_H_ */
|