?? 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 + -