blob: c47a27ea2daccbc2a3426388837ce5e0081d93b1 [file] [log] [blame]
#ifndef _CRC32_H
#define _CRC32_H
#include <stddef.h>
#include <stdint.h>
uint32_t crc32(const void *buf, size_t len);
#endif