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

📄 console.h

📁 一个完整的GUI界面OS,单盘启动 实现了多线程、FAT32文件读写
💻 H
字号:
#ifndef CONSOLE_H
#define CONSOLE_H

void ConsoleSetTextColor(unsigned long Color);
void ConsoleSetBkColor(unsigned long Color);
void ConsoleScrollDown(int nRow);
void ConsoleScrollUp(int nRow);
void ConsoleInit(int BkColor,int TextColor);
void ConsoleOutAsc(unsigned char ch);
void ConsolePrintOK(void);
void ConsolePrintFault(void);
int  ConsolePrintf(const char * fmt, ...);
int  ConsoleWarning(const char * fmt, ...);
int  ConsoleMsg(const char * fmt, ...);

#endif

/* end of Console.h */

⌨️ 快捷键说明

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