⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tftpdfunc.h

📁 一个简单的ftpC源码:tftp
💻 H
字号:
#ifndef _TFTPDFUNC_H

#define   TFTPDFUNC_H1

int my_read(FILE*file, struct tftphdr**dpp,int convert);

int my_write(FILE*file, struct tftphdr**dpp, int ct, int convert);

void read_block(FILE*file, int convert);

int write_block(FILE*file, int convert);

int synch(int);

struct tftphdr*read_init(void);

struct tftphdr*write_init(void);



#endif

⌨️ 快捷键说明

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