📄 tftpdfunc.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 + -