crc32.h 173 Bytes
Newer Older
xiongziliang committed
1
#ifndef CRC32_H_
xzl committed
2 3 4 5 6 7 8 9
#define CRC32_H_

unsigned int  calc_crc32 (unsigned char *data, unsigned int datalen);
unsigned int Zwg_ntohl(unsigned int s);



#endif /* CRC32_H_ */