1 2 3 4 5 6 7
#include <stdint.h> #include <stdlib.h> uint32_t compute_crc32 (uint32_t in_crc32, const void *buf, size_t buf_len);