File: crc32.h

package info (click to toggle)
getstream 20100616-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 492 kB
  • sloc: ansic: 5,057; makefile: 39; sh: 13
file content (4 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (3)
1
2
3
4
#define	CRC32_LEN		4

uint32_t crc32_le(uint32_t crc, unsigned char const *p, int len);
uint32_t crc32_be(uint32_t crc, unsigned char const *p, int len);