screen_output.h
来自「Murphy 大俠 GPL 的 C++/x86 RTOS, 支持 MMU, 用戶」· C头文件 代码 · 共 11 行
H
11 行
#ifndef __DCPUT_H_INCLUDED__
#define __DCPUT_H_INCLUDED__
#include <stdarg.h>
void direct_cons_putchar(unsigned char c);
int putchar(int c);
#endif /* __DCPUT_H_INCLUDED__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?