vtcolor.h

来自「ucos_ii 在Z80系列单片机上的移植」· C头文件 代码 · 共 13 行

H
13
字号
/* VTcolor.h  -- header file for VTcolor.c */

enum foreground_colors
     { red=31, green, yellow, blue, magenta, cyan, white } ;

/* declare function prototypes */


void clrscr(void);
void gotoxy(unsigned char x, unsigned char y);
void color(enum foreground_colors newcolor);

⌨️ 快捷键说明

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