version 1.1, 2013/10/14 10:32:47
|
version 1.1.1.2, 2016/11/02 10:35:00
|
Line 1
|
Line 1
|
#ifndef __crc32cr_table_h__ |
#ifndef __crc32cr_table_h__ |
#define __crc32cr_table_h__ |
#define __crc32cr_table_h__ |
|
#include "first.h" |
|
|
#ifdef HAVE_CONFIG_H |
|
# include "config.h" |
|
#endif |
|
|
|
#include <sys/types.h> |
#include <sys/types.h> |
|
|
#if defined HAVE_STDINT_H |
#if defined HAVE_STDINT_H |
Line 13
|
Line 10
|
# include <inttypes.h> |
# include <inttypes.h> |
#endif |
#endif |
|
|
uint32_t generate_crc32c(char *string, size_t length); | uint32_t generate_crc32c(const char *string, size_t length); |
|
|
#endif |
#endif |