Add files via upload

This commit is contained in:
Yutaka Sawada
2023-03-12 11:07:38 +09:00
committed by GitHub
parent ac6ea9a1b0
commit 4dcc2fe775
17 changed files with 4055 additions and 0 deletions

11
source/sfv_md5/verify.h Normal file
View File

@@ -0,0 +1,11 @@

// SFV ファイル
int verify_sfv(
char *ascii_buf,
wchar_t *file_path);
// MD5 ファイル
int verify_md5(
char *ascii_buf,
wchar_t *file_path);