This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
magicka/utils/ticproc/crc32.h

7 lines
124 B
C
Raw Permalink Normal View History

#ifndef __CRC32_H__
#define __CRC32_H__
extern int Crc32_ComputeFile( FILE *file, unsigned long *outCrc32 );
#endif