first commit

This commit is contained in:
2026-02-28 10:54:16 +01:00
parent 92aac64cf1
commit 1744309b50
9 changed files with 10602 additions and 0 deletions

7
file_hasher.c Normal file
View File

@@ -0,0 +1,7 @@
#define _CRT_SECURE_NO_WARNINGS
#if defined(_WIN32) || defined(_WIN64)
#include "platform_windows.c"
#else
#include "platform_posix.c"
#endif