source:
trunk/src/lib/crc32.h
Last change on this file was 1000, checked in by , 18 years ago | |
---|---|
|
|
File size: 120 bytes |
Rev | Line | |
---|---|---|
[1000] | 1 | #ifndef ___crc32_h__ |
2 | #define ___crc32_h__ | |
3 | ||
4 | #include "mytypes.h" | |
5 | uint32_t crc32(uint32_t, const void *, size_t); | |
6 | ||
7 | #endif |
Note:
See TracBrowser
for help on using the repository browser.