Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2019-03-27 15:03:12 +01:00
commit f77f1bc14d

View file

@ -1,3 +1,5 @@
#include <stddef.h>
namespace checksum { namespace checksum {
inline unsigned int crc32c(unsigned int crc, const char * data, size_t len) { inline unsigned int crc32c(unsigned int crc, const char * data, size_t len) {
static const unsigned int table[256] = { static const unsigned int table[256] = {