mirror of
https://gitea.tendokyu.moe/TeamTofuShop/taitools.git
synced 2026-09-24 23:28:07 +03: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);
|