⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 charcode.h

📁 日本的开源编辑器源码
💻 H
字号:
//	$Id: charcode.h,v 1.4 2001/12/19 04:19:20 genta Exp $
/*!	@file
	@brief 文字コード定数の定義

	@author Norio Nakatani
	$Revision: 1.4 $
*/
/*
	Copyright (C) 1998-2001, Norio Nakatani

	This source code is designed for sakura editor.
	Please contact the copyright holder to use this code for other purpose.
*/

#ifndef _CHARCODE_H_
#define _CHARCODE_H_


#define CRLF		"\015\012"
#define LFCR		"\012\015"
#define CR			(char)'\015'
#define LF			(char)'\012'
#define TAB			(char)'\011'
#define SPACE		(char)' '
#define ESC			(char)'\x01b'




///////////////////////////////////////////////////////////////////////
#endif /* _CHARCODE_H_ */


/*[EOF]*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -