thc-hydra/crc32.h
U-marc-win4\marc 6a94f708e8 initial commit
2014-04-24 16:49:18 +02:00

8 lines
121 B
C

#ifndef CRC32_H
#define CRC32_H
#include <sys/types.h>
unsigned int crc32(const void *buf, unsigned int size);
#endif