source:
kBuild/trunk/src/lib/crc32.h@
3167
Last change on this file since 3167 was 1000, checked in by , 18 years ago | |
---|---|
|
|
File size: 120 bytes |
Line | |
---|---|
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.