📄 utf_util.h
字号:
/*
* Written by Boby Thomas Pazheparampil. (March 2007.)
* Platform independent code. (I hope so)
* Tested with Windows 2000, XP, Cygwin and Linux Debian.
*/
#ifndef utf_util_h__
#define utf_util_h__
#include "utf_functions.h"
#include "utf_tests.h"
#define MAX_PATH 4096
inline void clrscr()
{
/* for(int iTmp=0;iTmp<40;iTmp++)
cout<<"\n";
*/
cout<<"\n$";
}
#endif //utf_util_h__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -