mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-05 21:13:27 +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
|