Initial commit

This commit is contained in:
mkrsym1
2023-06-06 00:23:08 +03:00
commit 72626c2c18
37 changed files with 1146 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#pragma once
#include <stdint.h>
uint32_t utils_file_crc32c(const char *filePath);