]> Joshua Wise's Git repositories - netwatch.git/blob - include/crc32.h
f7d568a2a4b4d4b5c232d6c534c1ac0ef2451dde
[netwatch.git] / include / crc32.h
1 #ifndef _CRC32_H
2 #define _CRC32_H
3
4 #include <stdint.h>
5
6 extern uint32_t crc32(unsigned char *buf, int len);
7 extern void crc32_init();
8
9 #endif
10
This page took 0.014783 seconds and 2 git commands to generate.