filet.h

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

H
12
字号
#include<stdio.h>
#include<stdlib.h>
#include<openssl/bio.h>
#include<string.h>
#include<windows.h>

#define BUFFMAXSIZE 1024


int fileT(int  tmp,char *netaddr,char *fn);
// the tmp set mode send file or recieve file  tmp=1 is the send mode
// netaddr is the reciver machine ip address 

⌨️ 快捷键说明

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