/[pearpc]/src/tools/crc32.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /src/tools/crc32.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 243 byte(s)
import upstream CVS
1 /*
2 * Function for computing CRC32 for the purpose of adding to Ethernet packets.
3 *
4 */
5
6 #ifndef _CRC32_H_
7 #define _CRC32_H_
8
9 #include <stddef.h>
10 #include "system/types.h"
11
12 uint32 ether_crc(size_t len, const byte *p);
13
14 #endif /* _CRC32_H_ */

  ViewVC Help
Powered by ViewVC 1.1.26