mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2024-11-12 04:40:46 +01:00
7 lines
116 B
C
7 lines
116 B
C
#pragma once
|
|
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
uint32_t crc32(const void *src, size_t nbytes, uint32_t in);
|