1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-09 23:41:35 +01:00

7 lines
116 B
C
Raw Normal View History

#pragma once
#include <stddef.h>
#include <stdint.h>
uint32_t crc32(const void *src, size_t nbytes, uint32_t in);