📄 update.h
字号:
/*** UPDATE.H - Header for UPDATE.C*/#ifndef UPDATE__H#define UPDATE__H#include <io.h>#include <stdio.h>#include <string.h>#include <stdlib.h>#include "sniptype.h"Boolean_T update_file(char *szFname, char *szOther);#define ren2bak(x) update_file(x, NULL)#endif /* UPDATE__H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -