2019-08-15 21:13:24 +03:00

9 lines
139 B
Objective-C

#ifndef Postbox_Crc32_h
#define Postbox_Crc32_h
#import <Foundation/Foundation.h>
uint32_t Crc32(const void *bytes, int length);
#endif