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

📄 ansi.h

📁 open arj source
💻 H
字号:
/* * $Id: ansi.h,v 1.1.1.1 2002/03/27 23:25:18 andrew_belov Exp $ * --------------------------------------------------------------------------- * Prototypes of the functions located in ANSI.C are declared here. * */#ifndef ANSI_INCLUDED#define ANSI_INCLUDED/* Standard ANSI sequence identifiers */#define ANSI_ESC                  27    /* Escape character */#define ANSI_BRACKET             '['    /* Used to identify ANSI sequences */#define ANSI_DELIMITER           ';'    /* Parameter list delimiter *//* Prototypes */#if TARGET==OS2 #define display_ansi(c) putchar(c)#else void display_ansi(char c);#endif#endif

⌨️ 快捷键说明

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