#ifndef __CRC32_H_ #define __CRC32_H_ #include uint32_t tiny_crc32(const void *data, unsigned int length); #endif