filec.h

来自「这是RSA算法的原代码实现应该直接能用,已调试好」· C头文件 代码 · 共 10 行

H
10
字号
#include<openssl\MD5.H>
#include<openssl\bio.h>
#include<stdio.h>
#include<string.h>


int fileC(char *datafilename,char *md5filename,int mode);
//return 0 said they are accept return -1 said they are not 
//mode is setted  for 0 is make the md5file of datafile  always return 0
//                    -1 is compare the md5file and data file 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?