BizHawk/waterbox/o2em/crc32.h

5 lines
101 B
C

#pragma once
#include <stddef.h>
#include "types.h"
uint32_t crc32_buf(const void *buf, size_t len);