HOPS
HOPS class reference
adler32_checksum.h
Go to the documentation of this file.
1 #ifndef ADLER32_CHECKSUM_H__
2 #define ADLER32_CHECKSUM_H__
3 
4 #define MOD_ADLER 65521
5 
6 extern unsigned int adler32_checksum(unsigned char *buf, int len);
7 
8 #endif /* end of include guard: ADLER32_CHECKSUM_H__ */
unsigned int adler32_checksum(unsigned char *buf, int len)
Definition: adler32_checksum.c:3