ZLMediaKit/src/MediaFile/crc32.h

10 lines
173 B
C
Raw Normal View History

2017-10-09 22:11:01 +08:00
#ifndef CRC32_H_
2017-04-01 16:35:56 +08:00
#define CRC32_H_
unsigned int calc_crc32 (unsigned char *data, unsigned int datalen);
unsigned int Zwg_ntohl(unsigned int s);
#endif /* CRC32_H_ */