2005-02-20 14:27:00 +00:00
|
|
|
#ifndef __crc32cr_table_h__
|
|
|
|
#define __crc32cr_table_h__
|
2016-03-19 15:14:35 +00:00
|
|
|
#include "first.h"
|
2005-09-29 13:02:50 +00:00
|
|
|
|
2015-02-08 19:10:56 +00:00
|
|
|
uint32_t generate_crc32c(const char *string, size_t length);
|
2005-02-20 14:27:00 +00:00
|
|
|
|
|
|
|
#endif
|