utf_util.h

来自「utf8转换工具」· C头文件 代码 · 共 27 行

H
27
字号
/*
* 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 + =
减小字号Ctrl + -
显示快捷键?