2019-08-16 16:23:37 +03:00

10 lines
267 B
Objective-C

#import <Cocoa/Cocoa.h>
//! Project version number for crc32mac.
FOUNDATION_EXPORT double crc32macVersionNumber;
//! Project version string for crc32mac.
FOUNDATION_EXPORT const unsigned char crc32macVersionString[];
uint32_t Crc32(const void *bytes, int length);