Files
raddebugger/src/linker/base_ext/base_crc32.h
T
2025-06-25 10:53:22 -07:00

9 lines
230 B
C

// Copyright (c) 2025 Epic Games Tools
// Licensed under the MIT license (https://opensource.org/license/mit/)
#pragma once
internal U32 update_crc32(U32 crc, U8 *ptr, U64 size);
internal U32 crc32_from_string(String8 string);