- Previous commits has been reported in the ChangeLog file - hg log has been lost (moved inside ChangeLog) - Old radare1 repository has removed all the libr
6 lines
86 B
C
6 lines
86 B
C
#ifndef _CRC32_H_
|
|
#define _CRC32_H_
|
|
|
|
unsigned int crc32(char *buf, long len);
|
|
|
|
#endif
|