📄 sysexts.c
字号:
/*******************************************************************
** SysExts.c
** 系统辅助函数库源文件
*******************************************************************/
#include "SysExts.h"
#ifdef _DEBUG
#else
#include <conio.h>
#include <stdio.h>
#include <TCHAR.h>
#endif
#ifdef _DEBUG
#else
void PauseWhenTerminate()
{
_tprintf( _T("Press any key to exit...") );
getch();
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -