tnmain.h
来自「一个类似windows」· C头文件 代码 · 共 20 行
H
20 行
#ifndef __TNMAIN_H
#define __TNMAIN_H
#include <stdlib.h>
#include <process.h>
#include "tncon.h"
#include "tnclass.h"
#include "ttelhndl.h"
#include "tnerror.h"
// Paul Brannan 5/25/98
#include "tnconfig.h"
struct cmdHistory {
char cmd[80];
struct cmdHistory *next;
struct cmdHistory *prev;
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?