mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 16:18:33 +00:00
7 lines
86 B
C
7 lines
86 B
C
|
#ifndef _CRC32_H_
|
||
|
#define _CRC32_H_
|
||
|
|
||
|
unsigned int crc32(char *buf, long len);
|
||
|
|
||
|
#endif
|