mud/fluffos-2.23-ds03/crc32.h
2020-09-06 05:43:07 -07:00

10 lines
104 B
C

#ifndef CRC32_H
#define CRC32_H
/*
* crc32.c
*/
UINT32 compute_crc32 (unsigned char *, int);
#endif